Hello all, Error is : SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a c...
Hello All, I want to have my /order route to be forced to https. I added the https in my route optio...
Hello, usually I run migrate command on my host to migrate the database, but after update of laravel...
I am new with ajax and want to make a to-do-list according to http://www.packtpub.com/article/bu...
Working with a project that uses OAuth user registration through GitHub. Everything is working fine...
Details here: http://help.laravel.io/2902869eac5fe027c2f9e74142897b7f3606694f Discussion below.
Form {{ Form::open(array('route' => 'performances.store')) }} @foreach($estaciones as $clave =>...
I noticed that Forge recently added the "Custom VPS" option but has now removed the AWS ta...
The package boots fine from the CLI using tinker. Running from the web, however, shows that it isn't...
hello , my question is how to get data from DB and pass it to macro ? in global.php thnx
folks, I have an issue with Authentication module. I'm able to login using Auth::attempt(), but when...
I am installing the twilio composer package https://github.com/dtisgodsson/laravel4-twilio When I us...
Hi all, i have a resourceful controller that Route::group(array('before' => 'auth'), function() {...
Hello. How to change mysql settings in the config folder using html forms and laravel? I want when u...
I'm trying to call my own laravel api with POST method.. these are the routes.. Route::get('/callapi...
Hi. Does anyone know how I can add another database user on Laravel Forge? It seems that I can't get...
Hi, I've created 4 database tables: Tool ID | NAME | TOOLTYPE_ID Tooltype ID | NAME Toolcategory ID...
Instead of having HTML files and using @include or View::make(path to file) to render them as output...
Hi All, Is it practical to use TDD when doing bug fixes to an existing project. If the project has g...
I have looked at some different posts and have tried to understand how to run artisan commands. When...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community