Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.
I am new to Laravel. Please excuse the newbie question but how do I find if a record exists? $user = …
php laravel laravel-5 eloquent conditionalI have recently installed Laravel 5 via composer. I tried creating a new controller using artisan and I get the following …
php laravel-5I am trying to redirect to the previous page with a message when there is a fatal error. App::fatal(…
laravel laravel-5 laravel-4The question is pretty clear. php artisan cache:clear Is there any workaround to clear the cache like the above …
php laravel-5 command-line-interfaceIn Laravel v4 I was able to get the current route name using... Route::currentRouteName() How can I do it …
php laravel laravel-5 laravel-routing laravel-6I'm using Apache Web Server that has the owner set to _www:_www. I never know what is the best …
php apache laravel laravel-5 file-permissionsI'm new to Laravel and I'm trying to use the Artisan command... php artisan serve It displays... Laravel development server …
php laravel laravel-5 laravel-5.5 laravel-artisanI'm using the below code to pull some results from the database with Laravel 5. BookingDates::where('email', Input::get('email'))…
php mysql laravel-5I'm on a Mac OS Yosemite using Laravel 5.0. While in my local environment, I run php artisan migrate I keep …
php laravel laravel-5 database-migration homestead