Support the ongoing development of Laravel.io →

4,599 Threads

Laravel (Linux) to SQL Server (Windows)

Hi, As the subject, I'm running Laravel 4.1 on a Linux web server that I need to connect to a Window...

0 Likes
8 Replies
Solved
posted 8 years ago

Update database with form example or module

Hi, I m looking for an example or a module i can use that will give me a page with a list of records...

0 Likes
0 Replies

Max value on empty table returns Builder not Null

I'm trying to get the max value of a column in the database, so I'm using something like $maxVal = m...

0 Likes
4 Replies
Solved

mongodb not working

The documentation for https://github.com/jenssegers/laravel-mongodb doesn't go into much detail abou...

0 Likes
1 Replies

How to handle "release jobs"

In my code i often use database values. So for every release i have to store some records in the dat...

0 Likes
1 Replies

Do i need some plugin, library, dependency to connect Laravel 5.x with MS sql server

Hi everybody Im new in the Laravel's world and let me tell you it looks very interesting and fresh f...

0 Likes
1 Replies

Data doesn't exist when php artisan migrate

I migrated my local laravel 5 project onto my AWS ec2 lamp Ubuntu server. http://realtoraxe.com/real...

0 Likes
0 Replies

[PDOException] could not find driver on ubuntu lamp (mysql) ?

I am new install laravel in Ubuntu (mysql). I use Bitnami Lamp server. I get message when i run comm...

0 Likes
11 Replies

Database "lazy connection"

Is it possible to create "lazy DB connection" in Laravel on easy way? If my app cache all...

0 Likes
1 Replies

how can i update a row using concat

i have this $data = ['name' =>'Name', 'observation' => "concat($obervation, 'observation'...

0 Likes
0 Replies

Store array data in database table

Hello, I'm trying to store my array data in to the database with no luck. Here's what I have: In the...

0 Likes
11 Replies
Solved

Use "http://laravelsd.com/" for building db schema and use those data in laravel 5

I want to create my db schema, model and relations by using "http://laravelsd.com/" and wa...

0 Likes
1 Replies
posted 8 years ago

How can I using count() with group by?

Now I already get query with group by, but when get total row is wrong, because group by return many...

0 Likes
1 Replies

Use of case and count in laravel

How to convert this sql query in laravel SELECT SUM(CASE WHEN age_c < 18 THEN 1 ELSE 0 END) AS [U...

0 Likes
0 Replies

How do you delete all relationships for a model?

This seems really simple (and probably is), but it doesn't seem to be covered in the documentation....

0 Likes
2 Replies

Eloquent not setting timestamps in profiles table

Per the docs, I was expecting Eloquent to automatically fill created_at and updated_at attributes. h...

0 Likes
1 Replies
posted 8 years ago

Laravel Oracle

Hi i install the package 1 https://github.com/yajra/laravel-oci8 with succes , 2 i add Yajra\O...

0 Likes
0 Replies

Laravel sort items by column relation ?

I would like to sort items by column relation in laravel (5.1) I have a database table called intere...

0 Likes
0 Replies

Joining Multiple Tables

I have 3 tables Course , Lesson , Assets A Course will have multiple Lessons and 1 Lesson will be li...

0 Likes
2 Replies

Store output of foreach lopp in the database

Hello, I'm new with Laravel and web development in general. I'm learning while trying to build my ow...

0 Likes
6 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.