Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.
I installed Valet for the first time and I had some problems listed below: It throws an error saying: Unable …
php uninstallation laravel-5.3 laravel-valetI do everything by-the-book: Installed fresh Laravel 5.3.9 app (all my non-fresh apps produce the same error) run php artisan make:…
php laravel seeding laravel-5.3 laravel-seedingI am a bit confused on the laravel scopes part. I have a user model and table. How can I …
laravel oauth-2.0 laravel-5.3 laravel-passport scopesI am making a bilingual app. I am using same routes for each but I am using different views for …
laravel laravel-5.3 blade laravel-bladeI'm trying to run the following artisan command: php artisan storage:link I get this error: [ErrorException] symlink(): Protocol error …
homestead laravel-artisan laravel-5.3I'm using Laravel 5.3 & Passport. When using Postman to test any route I have set in api.php file it …
php laravel-5.3 laravel-passportI got started with Laravel 5.3 and I got my development environment working on local, but now I need to upload …
php laravel production-environment production laravel-5.3I have installed Laravel Passport per the documentation and I have modified all areas of my code that is required. …
laravel-5.3 laravel-passportI have datetime string: 2016-11-01 15:04:19 How I can get date and time separated?
php laravel laravel-5.2 laravel-5.3 php-carbonI am trying to make my app app connect to pusher on a private channel. But I am getting the …
laravel laravel-5.3 pusher vuejs2 laravel-echo