Top "Laravel-5.3" questions

Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.

Uninstall Laravel Valet

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-valet
Laravel 5.3 db:seed command simply doesn't work

I 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-seeding
Laravel Passport Scopes

I 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 scopes
How to fetch current locale in view in Laravel 5.3

I 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-blade
Laravel 5.3 storage:link -> symlink(): Protocol error

I'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.3
Laravel Passport Route redirects to login page

I'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-passport
Laravel 5.3. How to configure a production environment?

I 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.3
Laravel Passport - Grant Type Not Supported

I have installed Laravel Passport per the documentation and I have modified all areas of my code that is required. …

laravel-5.3 laravel-passport
How to parse datetime using Laravel on date and time?

I 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-carbon
http://localhost:8000/broadcasting/auth 404 (Not Found)

I 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