First we create a trait for user. Visit https://medium.com/@kshitij206/traits-in-laravel-5db8beffbcc3 (Traits in PHP and Laravel) if you want to learn trait. … Read More
Laravel cheat sheet
reference Clear
Laravel – checkout from git and install by composer on a new Debian/Ubuntu server
Environment: Laravel 5.8, PHP 7.0, Debian 9.12 First, upgrade PHP to the latest one (7.3) Second, install latest composer (1.9.3) … Read More
Laravel – deploy the app to a sub directory?
Usually we deploy the app to the root of domain (i.e. domain.dev) but what if we want to deploy to … Read More
Laravel deployment – HTTP ERROR 500?
If you encounter this problem with Apache but the app doesn’t have any problem while running directly. Then you should … Read More
Laravel deployment with Apache on Debian/Ubuntu
Environment: Lavel 5.8, PHP 7.3, Apache 2.4, Debian 9.12 Permission Virtual Host Directory is the laravel root and DocumentRoot is … Read More