Support the ongoing development of Laravel.io →

wayneluke

Joined 20 May 2015

Statistics

Threads 0
Replies 3
Solutions 0
Articles 0

wayneluke has not posted any threads yet

replied 8 years ago

Laravel does not see routes just the '/' one

Try changing your .htaccess file to the following: <IfModule mod_rewrite.c> <IfModule m...

0 Likes
replied 8 years ago

Clean Installation laravel 5

He means run the command "composer install" at the command line. This will pull in all dep...

0 Likes
replied 8 years ago

Using globals

PHP uses a global keyword. public function method() { global $variable; }

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.