Support the ongoing development of Laravel.io →
posted 7 years ago

Laravel Datatables won't search on relationship GROUP_CONCAT(CONCAT(first_name, " ", surname )) as guests

Hi all, Currently working on a project using (yajra/laravel-datatables ) for the first time, great s...

0 Likes
0 Replies

class error in deployment

hi everybody, I 've got an error after deployment of laravel project:``` Everything work in local, i...

0 Likes
2 Replies

laravel new [project] symfony issue.

Using the "laravel new [project]" in my GitBash used to work. Now i'm getting 12 Problems...

0 Likes
1 Replies

Testing Controllers, FormRequests, Policies, etc

Hi everybody, I just started studyng the fabulous world of automated testing. Main concepts seems pr...

0 Likes
2 Replies

Missing horizon artisan commands when forcing php version via /usr/bin/php -ea_php 71 ./artisan

Hi everyone So here is the situation, I'm running my application (version 5.5) on a server where the...

0 Likes
0 Replies
posted 7 years ago

Error reporting strange behavior

Laravel Version: 5.4.36 PHP Version: 7.1.0 Database Driver & Version: MySQL 5.7.18 I have 2 diff...

0 Likes
0 Replies
posted 7 years ago

Date field (Form::date) not showing value on mobile version

Hello Goodnight. I have a problem, when viewing my site in my mobile browser, the value for the next...

0 Likes
0 Replies
posted 7 years ago

Can someone replicate issue #21538?

Can I please get someone to replicate issue #21538? I've also offered a PR which resolves the issue,...

0 Likes
0 Replies
posted 7 years ago

Package development: Best practice forconfig file?

Hello, I am developing a Laravel package and I am wondering what is the best practise when dealing...

0 Likes
1 Replies
posted 7 years ago

Catching exception on a DB transfer

Hi All, I'm trying to write a console command to transfer an old user DB to a new one. My code is be...

0 Likes
1 Replies

Is there any benefit to specifying a class instead of a string in a model's relations?

Is there any benefit to the following 2 pieces of code in a model class? Which one should I adopt an...

0 Likes
2 Replies
Solved

Long Running DB Job Queue timing out. Laravel 5.4

Have the timeout for the queue set to 2400 tries 1 and I've set the process command timeout to 2400....

0 Likes
2 Replies

Is it possible possible to integrate the phalcon framework in Laravel framework

For for few modules which has heavy data I need to use the Phalcon framework. So if anybody knows ho...

0 Likes
0 Replies
posted 7 years ago

ORM where update

I have table 'trips'witch have columns: 'id', 'user_id', 'department_id' and 'comfirmed' and is join...

0 Likes
1 Replies

Problem with routing

Hello, I have a problem with routing. On my local server everything works fine. On server in Digital...

0 Likes
2 Replies

Default data base structure for laravel

Hi all, I'm new here and the questions I have very simple, though I couldn't find the answer. All I...

0 Likes
5 Replies

Best practices on creating scheduled tasks / jobs

Hi guys. Again, it might be just me, and maybe I’m expecting too much from the framework, but does a...

0 Likes
0 Replies
posted 7 years ago

In blade template how could we use the substr function on angular js value

<?php $fromDate = "{{holiday.from_date}}";//FromDate value is getting from Angular JS echo $fromD...

0 Likes
2 Replies
posted 7 years ago

JSON field to Model Attributes for Data Table with Paginate

My code has Json Column named: json for Custom User Fields. I want my datatable to get that json col...

0 Likes
0 Replies

How to populate HTML using Ajax in Laravel

I have areas, each area has N curses. So, each curse belongsTo one area. I have this selection:...

0 Likes
0 Replies

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.

© 2025 Laravel.io - All rights reserved.