WF AQ

Knowledge base

21 Maggio 2020
di admin@admin
Commenti disabilitati su Setting a Local Development Environment for Laravel on Windows | Install Laravel on Windows

Setting a Local Development Environment for Laravel on Windows | Install Laravel on Windows

Many developers use Windows for PHP projects, we will cover a basic XAMPP Setup for a Laravel project. Following these easy steps will help you run your PHP projects and install Laravel on Windows in a matter of minutes. Installing … Continua a leggere

4 Gennaio 2019
di admin@admin
Commenti disabilitati su Installazione Entrust ACL per Laravel

Installazione Entrust ACL per Laravel

Fonte: https://github.com/Zizaco/entrust Codice sorgente: entrust-master N.B.: installare prima Laravel con relativa procedura e il sistema di autenticazione nativo (https://laravel.com/docs/5.7/authentication). __________________________________________________   Entrust is a succinct and flexible way to add Role-based Permissions to Laravel 5. If you are looking for the Laravel … Continua a leggere

25 Settembre 2018
di admin@admin
Commenti disabilitati su Creating Unique Title Slugs with Laravel

Creating Unique Title Slugs with Laravel

When storing content in the database a typical pattern for retrieving it is to create a unique “slug” based on the title. This gives users and search engines a human-friendly way to access it through the URL. For example, a … Continua a leggere

2 Giugno 2017
di admin@admin
Commenti disabilitati su Installing Laravel (any version)

Installing Laravel (any version)

Prerequisites To complete today’s tutorial, you’re only going to need one prerequisite, which is: Admin access to Plesk Plesk System User with ssh access (if not, we create one in this article) The server must have mcrypt installed Getting Setup … Continua a leggere