Hello, the issue I'm having is that I created a user table as my first migration, then added a migra...
I have a long list of fields to insert. Then I have that same list again under the update section Th...
How can i view the data here please help thanks. public function showpdf($fsr_num)...
I was using Eloquent outside laravel without any problem, until I came to a point that I wanted to d...
Can someone give me a good json response structure for APIs? E.g { "http_code": 200, "...
Already i installed php7 and all the plugings for installer laravel from php but when go to a new pr...
I have a mysql query, that I need to make it work in a Laravel Query Builder. The problem I have is...
Consider the following models. class Camp extends Model { protected $fillable = ['name', 'descri...
Hey everyone. Is there a way to "seed" a test database using some obscure function in Lar...
Hi, I have a problem with Eloquent ignoring a form field - not adding the selected value to the data...
Hello, I am having some trouble getting the wildcard in my routes to work properly. What I am trying...
Hi, Building a system which a user can have many adverts running (somewhat similar to eBay I guess)...
I have 3 tables: companies => id, name cities => id, name company_addresses => id, company_...
Hi everyone, Intro I' m building a web application where users can be in zero, one or more teams. Ev...
Hello, I'm kinda new with laravel and I can't solve this problem by myself. I've tried a lot of thin...
I'm having fun with Laravel framework trying to build a little "blog" site that works the...
Hi, Is there any interface for removing expired data from database? For example I have tokens for ve...
I want to develop a website in Laravel 5, its customer relationship management (CRM) based, I don't...
Hello, In database migration we use ....$table->timestamps(); to make created_at and updated_at f...
Hi guys, I need to run something like this in the mode. What I need to do is check if the date on th...
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