Hello, My app.scss file imports 6 other sass files. Typically, Laravel Mix compiles the whole thing...
Some things i really don't like on Laravel: The installation process is a pain and doesn't work fo...
I have created an education learning platform using Laravel framework. On this platform 3 type of us...
Hi fellas, after updating to Laravel 5.4 I have received some weird errors that I don't know how to...
I am trying to merge two queries $sales = DB::table('sales') ->join('drugs', 'drugs.id', '=',...
Everytime, I proceed to another page then when i go back to the previous page. THe page still displ...
Hey guys, Been trying to come with solution to translate this query as eloquent as possible, but kee...
Been on this for many days now but I can't seem to figure it out <?php namespace App; use Illum...
Hello Guys I have a mulisite like project in which I want to run user account on subdomain for examp...
How do Single Sign on in Laravel 5.3? Can we use passport?
I am trying to insert 1000's of dummy records over numerous seeding artisan commands. But I am stuck...
Hi. how can i input mutliple data from form into database using laravel 5.3 my code for form is be...
i have two tables books and 'books_photos' table . Which has one to one relationship. <?php...
Hi, i have following migration: $tableName = 'oxacceptedterms'; Schema::create($tableName, func...
Hello, I have some problems with validation rules in FormBuilder. I want the second choice field to...
I have three tables: Item { id, category_id, name, price} Category { id, subcategory_id, name } Subc...
I'm using Mockery in my Laravel based PHP project to help test a Laravel MVC controller. Below is th...
I have a social network type site where there is the normal front end and an admin interface for me...
Hello Everyone, I am new to laravel Framework.I am looking for Baisc CRUD application or any best re...
I have NFS enabled in Homestead.rb (otherwise my responses are way too slow): # Register All Of...
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