Support the ongoing development of Laravel.io →

4,599 Threads

laravel 5 configure timezone to postgres connection

I have a problem with postgres connection that not respect the config in app.php at timezone. config...

0 Likes
0 Replies

Problem Login with Laravel 5.4+Sentinel

Hi.. i am new in Laravel environment and i just met problem in my first application. I made a page f...

0 Likes
0 Replies

Eloquent not persisting to DB on update?

TL;DR: Eloquent models are updating, if I dump the object the attributes show correctly, but when I...

0 Likes
1 Replies

laravel 5.4 migration problem

new laravel 5.4 jubayed@localhost> php artisan migrate ~/Desktop/laravel...

0 Likes
4 Replies

laravel what is the best way check row is deleted

Hi Using soft delete, deleted_at column if is null its mean row not deleted else deleted, i check th...

0 Likes
1 Replies

database migration error

Hi, I follow this https://www.youtube.com/watch?v=hJIc9lVTJj4&index=3&list=PL55RiY5tL51oloSG...

0 Likes
1 Replies
posted 7 years ago

Undefined index

I am getting the following error from migration when i press php artisan migrate:refresh .I have de...

0 Likes
2 Replies

DB laravel - How to create a query that brings all the values from a column and that has another column equal to the a value (the auth user)

How to create a query that brings all the values from a column and that has another column equal to...

0 Likes
1 Replies

[Package] DbMapper

I want to share with you one of my first packages I've ever made. It's called DbMapper and it provid...

0 Likes
0 Replies

Is It Possible to change Database connection on the way through env in Controller ?

Let's say, i've defined DB_DATABASE=one but, there is a time i want to change database name connect...

0 Likes
1 Replies

Issues connecting Amazon AWS ec2 instance to rds

Hi, i'm having an issue connecting my EC2 instance to the Amazon RDS db instance. Please note I'm u...

0 Likes
0 Replies

Laravel query not binding value correctly

My query is returning the wrong results because the parameter (minutes) is not being binded to the q...

0 Likes
0 Replies

How do I directly show Category Name instead of Category ID that is on another table?

Here is pictorial Question with 3 screenshots: http://imgur.com/a/94vrg

0 Likes
2 Replies

How set this pure mysql code in laravel

How set this pure mysql code in laravel SELECT * FROM users WHERE YEAR(created_date) = 2017 and MONT...

0 Likes
1 Replies

Problem with connecting to Database

I'm new to Laravel and I'm trying to fix next issue for 2 days. I want to create database and migrat...

0 Likes
1 Replies

Can I develop HR/Payroll System in Laravel

Can I develop payroll in system by laravel? How much you suggest Laravel for this task? Welcome to y...

0 Likes
3 Replies

QueryException in Connection.php line 647:

I'm trying to save checkboxes. I should be able to select one or mutliple. This is the error I'm get...

0 Likes
0 Replies
posted 7 years ago

Illegal mix of collations

Laravel gives me an invalid mix of collations which is wrong. http://take.ms/dpY0U I have tried to c...

0 Likes
0 Replies

DB select get only first row

I have a row query \DB::select("SELECT * FROM table_name WHERE id=$id"); the result shoul...

0 Likes
5 Replies
Solved

Artisan Migrate Not Working

I'm having problems with my migration code, This is the error I'm recieving: PHP Parse error: synta...

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