I would like to get some data for tables that dont have a directly relation. The context is the foll...
I created a package called "A2Way Laravel Tenant Migrate" that allows to migrate different...
I have a client table with id, version, subdomain columns. Each client has a subdomian client1.examp...
I have 2 models defined: Program model: class Program extends \Eloquent { protected $guarded =...
Hi, Rather than use an if statement in my view, is there a way I can display the text using a helper...
Hi, I'm starting a new project with Laravel, actually it's more like a system, that (with some luck)...
So, i tried to join 2 table (or more, but in this question i will try join only 2) and want to group...
I've tried... $table->time('shift_end')->nullable(); $table->time('shift_end')->nullabl...
Laravel 4 component that includes a Queue Driver called cron that simply stores queue jobs in the da...
Dear All I use laravel 4.2 with PostreSQL. When I select row and fetch with toArray and make JSON ou...
I user pcntl want to start multi process, but when i pass Model to sub-process, It show the error:...
Hi All, I'm a relative newb to Laravel with not much understanding of javascript. I'm trying to get...
Hey there, When i insert a row to the database ( scheme below ) //scheme Schema::create('result', fu...
I'm trying to insert an array of data into db using the below function. User::insert($array) It ins...
Hi, I've 3 models in my app, Document belongs to User or Group: class Document extends Eloquent {...
Hello all, I have large help table: for exmaple: cities table, which contain more than 100,000 recor...
Hello everyone reading this. Ive been into laravel for 3 months right now. Im right now a little stu...
Use Case: Select from users table with certain parameters (group_id, maybe a search term, etc.)...
How Can I delete a migration ? delete the file in migration directory? It doesnt work What should...
I am working in a team with 3 members on a project in Laravel. I'm running Windows on my laptop with...
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