So, I imported another project from Bitbucket and tried to launch it using php artisan serve, I always get this error: [LogicException]
Migration error on Laravel 5.4 with php artisan make:auth [Illuminate\Database\QueryException]
Hope anyone else had the same issue and was able to solve this problem. I installed a fresh Laravel project and used php artisan make:auth to get the basic auth
Laravel Multiple Data Insert Error SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: '' for column 'unit_id' at row 2 (SQL: insert into p
When trying to retrieve the APP_URL from the Laravel config it returns the wrong URL for development only. My env file has the following: APP_URL=http://127.
I have a Laravel collection and I want to modify one of its property value to negative integer. For this I am using the collection map method but it also modify
Since Vue.js is comes already installed in Laravel, I'm not sure how to set it to production mode. When I launch my website I get the message in console: Y
I have problem with routes in Laravel, I'm following one tutorial and we have this routes listed in web.php file Route::get('/home', 'HomeController@index')-&g