I am writing a unit test for a route passing a $id and have a ModelNotFoundException being thrown. I...
You should set 755 permissions on app/storage. What version of php is on the server and what version...
Maybe posting your .htaccess can help figure out the redirect. There has to be a rule causing the re...
Sometimes the CLI version of php will use a a different php.ini than apache. Check in the php folder...
I see you have the crossDomain: true set in your AJAX. Are you actually posting to another domain? E...
In your BaseController you can use this: public function __construct () { $ alerts = Alert::wher...
The Laravel portal for problem solving, knowledge sharing and community building.