Good day everybody, I'm just about to code an internal page with Laravel, everything goes fine until...
I'm working on a CMS with Laravel to manage other databases. Now i use the config function to create...
PHP throws me Allowed memory size of 536870912 bytes exhausted (tried to allocate 365815888 bytes) i...
I need to use table q_users (users at clean laravel) with columns: qID (id), qName (name), qEmail (e...
Hi, I have a question related to Laravel and database. I have a PEOPLE table and other POSITIONS, so...
Hello, I'm trying to use Laravel with old system we have, and the DB for this system is Informiox. w...
Hello, I need suggestions for database architecture. I am going to build SaaS application for Compan...
I have an emergency with some Laravel code on a production server. Let's get it out of the way: horr...
Is it mandatory to create tables via migration in laravel?
If I do DB::statement("SET @foo := 1;"); DB::select("SELECT @foo;"); I get the...
I have 2 page: Page A have title is A <title>A</title> Page B have title is B <title...
I want to implement domain.com/section/slug format in my website.(currently it like - domain.com/sec...
//Here's my Blade <div class="col-md-12"> @foreach($intraoral_examination_list as $intraoral_...
Hi, I'm working on web app using Laravel that will display and allow to edit players ban list (from...
Hi, In my Laravel project, my users-table and password_resets-table are located in the database Inte...
I'm learning Laravel, and really OOP in general. I've followed several YouTube tutorial series, that...
Hi everybody. I want create dynamically new database, database user with privileges, tables in new d...
i have many to many relation in my database and i can't change the default name of the pivot table C...
My question is similar to this thread : Laravel relationship with a 3 column pivot table But it seem...
Ok, I know it's an old question, but I still can't understand how to manage this. I'm developing a L...
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.