Support the ongoing development of Laravel.io →

pemby

Joined 6 Jul 2015

Statistics

Threads 3
Replies 5
Solutions 1
Articles 0

Configuration issue? Ubuntu 14.04 Simple route will not return correctly.

Route file <?php Route::get('/', function () { return 'Hello World'; }); Route::get...

0 Likes
5 Replies
Solved
posted 8 years ago

Apache / Ubuntu 14.04 / Multisite Config

Is it possible to run as in the tree below? └─> tree /var/www/ -L 3 /var/www/ └── html ├── a...

0 Likes
2 Replies

I am trying to install laravel in my /home/myuser/public_html/

I have followed both (while changing values to reflect my /home/ location) http://laravel.com/docs/4...

0 Likes
0 Replies
replied 8 years ago

Configuration issue? Ubuntu 14.04 Simple route will not return correctly.

Changing my Apache config file to the below resolved the issue. <VirtualHost *:80> ServerN...

0 Likes
Solved
replied 8 years ago

Configuration issue? Ubuntu 14.04 Simple route will not return correctly.

astroanu said: check weather you have mod_rewrite enabled on apache. Verified admini@linux:/var/...

0 Likes
replied 8 years ago

Configuration issue? Ubuntu 14.04 Simple route will not return correctly.

tkprocat said: Please try: php artisan route:clear Laravel 5 added some route caching that can caus...

0 Likes
replied 8 years ago

Apache / Ubuntu 14.04 / Multisite Config

Could you or someone else provide a simple example of a host file that would work? I have tried quit...

0 Likes
replied 8 years ago

problem with migration

It says 'article' already exists .... If you have no data in your table you can drop it then try t...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.