Hi I'd like to introduce an intelligent alternative version of Laravel 5/6 Database Migrations Featu...
Hello, I'm trying to set up a hasOneThrough relation on one table. But Eloquent will not look it the...
I am trying to add Authentication with Azure AD to my Laravel-5.8 Web Application. Currently, I have...
I need to sum values from my table but grouping month by month. Someone can help me?
When I connect to my Laravel Forge server via Sequel Pro, it just sits there saying Connecting... Bu...
Is it possible to update DB withoud edit form, just to generate random entires or set your own in co...
Hi.. I have my external php script for login. How can i add in laravel framework.
Hello Folks, My dev and I are trying to implement (DB) multi tenancy in a CRM and we are having issu...
Hi, I'm totally new in with this wonderful Laravel. I'm using Laravel 6 and customized user database...
I've gotten myself in a pickle trying to load records owned by a user with eager loading. I know I c...
We have a one project implemented in Laravel framework(PHP) with Mysql database as backend. Now the...
I used two classes here they are : Schema::defaultStringLength(150); View::share('channels',Channel:...
Hi! Have this controller code, that wil display data in datatable with 3 buttons. But it Gives me t...
Hello, i have one question. How or is possible to store data from SMF SSI (api) into Laravel Auth. I...
$users = DB::table('users') ->leftJoin('Loggin','login.member_id','=','users.id') ->where('use...
For some reason this migration: Schema::table('map_channel_campaigns', function (Blueprint $table) {...
I am trying to display table result, the data is appearing on the table, but when i filter, i get &q...
I created tests with relation the database. I setting up the gitlab-ci.yml for Laravel. When the fil...
I`m trying to display data on a blog page side but instead to fetch all the posts in all categories,...
Illuminate\Database\QueryException : SQLSTATE[HY000] [2002] Connection refused (SQL: select * from...
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.
The community