I have recently upgraded my project from Laravel 5.1 to 5.4. Everything is working fine except for f...
I have a laravel 5.1 app. I'm trying to change the validation message from KB to MB. e.g The :attrib...
I have a laravel 5.1 app. I want to run a laravel command twice a day in two days of the week. My at...
I have two laravel 5 apps using one database with two auth tables: users (internal use) and accounts...
Hello, I have a laravel 5 app which is working perfectly in local environment. But in production ema...
After digging, I found the solution. In /resources/views/vendor/flash/message.blade.php, I had the f...
Using the command below,my application is sending notifications to managers on Mondays and Thursdays...
I finally solved my problem. I ran a composer update which installed the lastest version of nikic/ph...
appkr said: Flash url in YourController@index Session::flash('backUrl', Request::fullUrl()); Keep...
The Laravel portal for problem solving, knowledge sharing and community building.
The community