Support the ongoing development of Laravel.io →

4,597 Threads

SQLSTATE[23000]: Integrity constraint violation: 1048 Column

I Have a problem when im trying to insert data inside my DB If the input field are not required, i c...

0 Likes
2 Replies

Using Model Query in Laravel: Schedule

wanted to create dynamic scheduling jobs so I have used model in Kernel.php like below protected fun...

0 Likes
1 Replies

sql server connection in laravel php project : PDOexception

I have laravel php project which uses sql server db . when I start the application in xamp, it is re...

0 Likes
0 Replies

Download txt.file Laravel 5.4

I am working on laravel mini project, I have couple small issues, but this one is pretty tricky, I c...

0 Likes
1 Replies
posted 5 years ago

Data sync for large dataset between MS SQL & PGSQL databases

Hi folks. I am wondering what might be the best and most efficient way to keep a data set of roughly...

0 Likes
0 Replies

Laravel Auth [login] not work.

Good day everybody, I'm just about to code an internal page with Laravel, everything goes fine until...

0 Likes
1 Replies

Laravel set dynamic config variable for whole project

I'm working on a CMS with Laravel to manage other databases. Now i use the config function to create...

0 Likes
0 Replies

Out of memory on model save()

PHP throws me Allowed memory size of 536870912 bytes exhausted (tried to allocate 365815888 bytes) i...

0 Likes
0 Replies

Different column names with different users table name

I need to use table q_users (users at clean laravel) with columns: qID (id), qName (name), qEmail (e...

0 Likes
0 Replies

Help with intermediary relationships.

Hi, I have a question related to Laravel and database. I have a PEOPLE table and other POSITIONS, so...

0 Likes
1 Replies

Help updating laravel-ifx to work with Laravel 5.7

Hello, I'm trying to use Laravel with old system we have, and the DB for this system is Informiox. w...

0 Likes
3 Replies

Database Architecture Suggestion

Hello, I need suggestions for database architecture. I am going to build SaaS application for Compan...

0 Likes
4 Replies

Laravel not forcing SSL after artisan restart

I have an emergency with some Laravel code on a production server. Let's get it out of the way: horr...

0 Likes
0 Replies

Is it mandatory to create tables via migration in laravel?

Is it mandatory to create tables via migration in laravel?

0 Likes
1 Replies

How laravel manages MySQL variables?

If I do DB::statement("SET @foo := 1;"); DB::select("SELECT @foo;"); I get the...

0 Likes
3 Replies

How do I push title page from database to webpage?

I have 2 page: Page A have title is A <title>A</title> Page B have title is B <title...

0 Likes
1 Replies

How to Splitting up nested Foreach Loop

I want to implement domain.com/section/slug format in my website.(currently it like - domain.com/sec...

0 Likes
1 Replies

Hi..I'am new to this group, I want this to save my checkbox.

//Here's my Blade <div class="col-md-12"> @foreach($intraoral_examination_list as $intraoral_...

0 Likes
0 Replies

Questions about Blade, Database and encoding files

Hi, I'm working on web app using Laravel that will display and allow to edit players ban list (from...

0 Likes
0 Replies

Laravel 5.7: User-tables in other database

Hi, In my Laravel project, my users-table and password_resets-table are located in the database Inte...

0 Likes
2 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.