Support the ongoing development of Laravel.io →

Error sql query

Hello all, Error is : SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a c...

0 Likes
1 Replies
Solved

HTTPS on certain routes

Hello All, I want to have my /order route to be forced to https. I added the https in my route optio...

0 Likes
0 Replies

Not able run artisan commands

Hello, usually I run migrate command on my host to migrate the database, but after update of laravel...

0 Likes
2 Replies

posting a form with ajax in laravel

I am new with ajax and want to make a to-do-list according to http://www.packtpub.com/article/bu...

0 Likes
11 Replies

PHP/OAuth error when attempting to create user account with GitHub

Working with a project that uses OAuth user registration through GitHub. Everything is working fine...

0 Likes
0 Replies
posted 10 years ago

Syncing Polymorphic Many to Many Relationships is Too Implicit @camroncade

Details here: http://help.laravel.io/2902869eac5fe027c2f9e74142897b7f3606694f Discussion below.

0 Likes
0 Replies
posted 10 years ago

how to validate multiple records (multiple fields)

Form {{ Form::open(array('route' => 'performances.store')) }} @foreach($estaciones as $clave =>...

0 Likes
0 Replies

AWS Removed From Forge?

I noticed that Forge recently added the "Custom VPS" option but has now removed the AWS ta...

0 Likes
3 Replies
posted 10 years ago

Package not always booted?

The package boots fine from the CLI using tinker. Running from the web, however, shows that it isn't...

0 Likes
5 Replies

how to get data from DB and pass it to macro

hello , my question is how to get data from DB and pass it to macro ? in global.php thnx

0 Likes
0 Replies
posted 10 years ago

Auth::check always returning false

folks, I have an issue with Authentication module. I'm able to login using Auth::attempt(), but when...

0 Likes
0 Replies
posted 10 years ago

Twilio class not found in app.php providers array

I am installing the twilio composer package https://github.com/dtisgodsson/laravel4-twilio When I us...

0 Likes
1 Replies
posted 10 years ago

Resource controller. Route a method excluding filter

Hi all, i have a resourceful controller that Route::group(array('before' => 'auth'), function() {...

0 Likes
2 Replies
Solved

How to change mysql settings in the config folder using html forms and laravel?

Hello. How to change mysql settings in the config folder using html forms and laravel? I want when u...

0 Likes
5 Replies
posted 10 years ago

call my own api with POST method

I'm trying to call my own laravel api with POST method.. these are the routes.. Route::get('/callapi...

0 Likes
0 Replies
posted 10 years ago

Add DB user on Forge

Hi. Does anyone know how I can add another database user on Laravel Forge? It seems that I can't get...

0 Likes
1 Replies

Wherehas, scope or how do i query this?

Hi, I've created 4 database tables: Tool ID | NAME | TOOLTYPE_ID Tooltype ID | NAME Toolcategory ID...

0 Likes
5 Replies
Solved

Get view's HTML from database and render as output in Laravel

Instead of having HTML files and using @include or View::make(path to file) to render them as output...

0 Likes
2 Replies
posted 10 years ago

TDD and Bug fixes

Hi All, Is it practical to use TDD when doing bug fixes to an existing project. If the project has g...

0 Likes
1 Replies
Solved

Artisan Help

I have looked at some different posts and have tried to understand how to run artisan commands. When...

0 Likes
3 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.