Hello, I have a slight problem with route caching when using closures in the routes file. My routes....
Hi, In Laravel 4.2, I was able to load a package only for my local development in config/local/app.p...
Let's say you need to get data about the user using the User model. You can send the data like this:...
In order to pass variables to a view, you have two options: Using the ** with ** method return Vie...
They work, but they also must be resolved by the web server. If you want apache to respond to anothe...
@tamirh67 I guess, you don't want users to see the app, bootstrap or vendor folders. That is the who...
Try using ServerName test.app Add this line to your hosts file (/etc/hosts) 127.0.0.1 test.app...
The Laravel portal for problem solving, knowledge sharing and community building.