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...
is it possible to work with Oracle databases preserving all Laravel advantages?
Hi everyone, I created a website with Laravel5 and i'm going to create an Android application for it...
Hey there Im struggling a bit with my laravel setup, I've got quite a big application only the load...
I have a page that has multiple tables with lots of data. These tables need to be on a single page....
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.