Hi, $item->categories()->attach([4,1,2,3]); This insert record order by 1 2 3 4 I want it ins...
Well I'm new to laravel, & still learning it. Basically when i use php artisan migrate, it migra...
I have 3 tables called country,city,university the country and city value displayed as dependent wit...
I'm trying to find all rows in c table (see DB schema) associated with one row in a table. Connected...
DB::beginTransaction(); //SQL Statement DB::commit(); Anything inside the SQL Statement does not lo...
Hey all, I need to build an invoicing app which will have around 50.000 new entries per day. I don't...
Hello everyone, I programmed a Laravel API. Now I would like to deploy these on my VM. Now I get the...
I've an issue with a laravel site which was working perfectly but all of a sudden isn't. Seems to be...
I have 170+ tests and after 152 i have error [1040] Too many connections In my tests i use DatabaseT...
I have some problem to get information about item. I read a lot of information on forums stakoverflo...
https://laracasts.com/discuss/channels/eloquent/eloquent-make-items-upgradable Here is more details...
Hello guys i have problem with displaying categories and subcategories , here is some code BLADE: &...
Hi I've looking round for a while now but cant figure this out how do How do I manually create a Pag...
Hello, I'm trying to do this (Laravel 4.2) : In database.php 'default' => '', In a function $mod...
At first, my model code may be clear, but later, more and more model associations, more and more eve...
Hey Guys, I am just trying to understand the depth of the has many through relationship as well as i...
How do I upload two separate image files to different file locations and save to database? Everythin...
Hi, Using Laravel 5.5 I am trying to design an incident management system which has bespoke requirem...
Hi I have stored my images in database like array image1,image2,image3 using laravel-5.6. Now first...
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