I wanted to apply validation to files that already exist on the local file system, just using the st...
Code like this doesn't belong in a controller or a model. You could use the Repository pattern, whic...
First thing is to check if the dependancy installed properly. Look in your vendor directory for Cvie...
One simple change - add $slug to the anonymous function parameters: Route::get('/{slug}', function($...
If I remember correctly, the only reason Laravel-4-Generators is 5.4 is because it uses short-hand a...
The documentation/API doesn't cover every single class or function. Dig into the code, you'll find t...
The Laravel portal for problem solving, knowledge sharing and community building.