Does the Schema builder not support comments for columns yet? MySQL supports them, I've been reading...
Is there actually a Jade templating engine for Laravel 5? I've tried rvanasperen/laravel-jade but it...
Hello! I'm developing an app on a WAMP Server, but on exceptions, I just see the "Whoops, looks...
I do not find it in the documentation, how to change the length of a string=varchar column using the...
In the documentation about how to create an ajax you read this: return Response::json(array('name' =...
I had a similar problem, I solved it by adding the line RewriteBase / after "RewriteEngine On&q...
someone told me I have to use raw queries: public function up() { DB::statement('ALTER T...
I have been looking in the source of the BluePrint class. There is no method like "alterColumn&...
I have been checking it using curl --head. It shows: Content-Type: application/json It works with el...
The Laravel portal for problem solving, knowledge sharing and community building.
The community