pass the variable to closure with 'use ($request)' ........ function($message) use ($request) {...
Hi! I had same problem in CentOS. The problem was in disk quotas. As I had only one user on the serv...
There is no table named 'users' in your database yet, you should use 'Schema::create' but not 'Schem...
Here, you can see step by step installation LAMP + Laravel - http://laravel.io/bin/OxMy3. I did it o...
it looks like mod_rewrite of your webserver isn't enabled try: sudo a2enmod rewrite (don't forget to...
The Laravel portal for problem solving, knowledge sharing and community building.