Hello, 1st, I have some custom javascripts, but they only load on one page. This is how my custom .j...
Suppose we create a login form with email and password field, and the user send a request without th...
Here's my problem. I have two models with a pivot So say ModelA belongsToMany ModelB ModelB belongsT...
Does the Schema builder not support comments for columns yet? MySQL supports them, I've been reading...
Is there a way to create migrations files from such file? I don't mean models. I mean the migration...
I have the following route: Route::get('/api/dropdown', function(){ $input = Input::get('index');...
Hello, I've been searching all over the web, but I cannot seem to find a solution for this problem....
I am doing a Laravel 5 project and when i try to register a new user and save him into the database,...
Hi guys.. i'm using the following code <?php use Illuminate\Database\Seeder; use Illuminate\Data...
I have a brand new Laravel 5 install and I am getting an error when trying to use Crypt: Class 'App\...
Hi guys I have something uncertainty when i use laravel-5 to create api application. Usually , whe...
Hi, I'm using laravel 5.0.18, and I have different return behavior between Mail::send() and Mail::qu...
Hello, I'm trying to call a route inside a controller: if(is_string ($dados_promotor['empresa'])){...
I'm experiencing an issue where Binding a model to a route works in routes.php when using Route::mod...
Help with Laravel login I created a simple CRUD with a login, the problem is when I update or store...
n the docs 'email' => 'unique:users,email_address,NULL,id,account_id,1' only rows with an accoun...
I have three tables namely users auctions bids bids table has foreign key to users table and auction...
I've read a ton on this, and I thought I understood. But now I'm not so sure. I have an 'album' and...
hi i am building an app with Laravel, and I have users which also have a profile. I am unsure about...
We don't authenticate users against a local database instead we have a Single Sign On (SSO) service...
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