Route file <?php Route::get('/', function () { return 'Hello World'; }); Route::get...
Is it possible to run as in the tree below? └─> tree /var/www/ -L 3 /var/www/ └── html ├── a...
I have followed both (while changing values to reflect my /home/ location) http://laravel.com/docs/4...
Changing my Apache config file to the below resolved the issue. <VirtualHost *:80> ServerN...
astroanu said: check weather you have mod_rewrite enabled on apache. Verified admini@linux:/var/...
tkprocat said: Please try: php artisan route:clear Laravel 5 added some route caching that can caus...
Could you or someone else provide a simple example of a host file that would work? I have tried quit...
It says 'article' already exists .... If you have no data in your table you can drop it then try t...
The Laravel portal for problem solving, knowledge sharing and community building.
The community