I followed the docs and ran vagrant box add laravel/homestead in my terminal. However, I received th...
Routing in laravel is Route::get('/', array('uses' => 'HomeController@index')); I want to choose...
Is there a package that can display say .csv data into columns? It must use spaces and not tabs Exam...
When users browse my website on their iPhone's Safari, it will automatically request for many variat...
I get the following message when upgrading one of my L4.0 projects to 4.1 phpseclib/phpseclib sugges...
After spending hours experimenting, this seems to be working for us. Route::get('/{slug}', function(...
Just installed Vagrant v1.6.2 and it's working fine now. Would be good to indicate the minimum requi...
Previously I had separate routes for domain.com/u/<user> and domain.com/<page_slug> But...
Sorry, the example I gave was really bad. The data type of the slug doesn't matter. What I intend to...
The Laravel portal for problem solving, knowledge sharing and community building.