is laravel 5 compatble with PHP7? i have a centos 7 VM with NGINX and PHP7 installed, tried running...
i planned to create my own oauth server, do i still need to create a "User" model / databa...
whenever i access a model in service provider it returns an error: Call to a member function connect...
App::middleware('My\Middleware'); this doesn't work anymore.
url('auth/login') is this the only way to get the link to login page? is there a named route for it...
you may want to read on model observers http://laravel.com/docs/4.2/eloquent#model-observers
there is no tinyText method, you could use string and set the length $table->string('column', 10)...
you should do File::delete('/path/to/image/file');
that would be the result if you run the blade file directly, if you want a static page. create a new...
The Laravel portal for problem solving, knowledge sharing and community building.