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...
The error I got : error pic: error # What I tried this is my table pic: table my form is like : <...
I'm pretty new when it comes to Laravel & I've been trying to code this mini-account management...
I have the following table structure: -projects -id -project_phases -id -project_project_phase...
I create a function for search $search = $request->get('search'); $search2 = $reques...
There are two tables which are in different databases. Let's say one of them is Users and another is...
I am trying to eager load data from a many-to-many relationship in eloquent laravel 5.8. The below c...
Schema::create('costs', function ($table) { $table->increments('id'); $table->unsignedInteger(...
Hi, Please refer below link and help me: https://stackoverflow.com/questions/58338282/cannot-get-the...
Dear All, I have query builder : DB::select("select `id`, `user_name`, `user_email`, (select s...
Hello! I'm in practice mode with Laravel, and I've tried this at least 80 different ways, based on t...
Hi, Is it possible to create a fake relationship between two models? Let me explain! I have two mode...
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