Hello! I have all <script></script> files loading in the Master Page When I change the c...
I have a column in database table Category called 'no_category' by default is 1 but if user choose '...
Hello, i recently started to use laravel and can't figure out how to solve this route Route::g...
I wanna and the index for the { $table->timestamps(); } . For quick query the some time's recor...
How to create Role-based Permissions in laravel 5.2 ? can use Zizaco for this ? or else is there any...
Hi, I'm new to Laravel framework. I'm not sure I understand how the Eloquent/Model/Database stuff wo...
I'm trying to write some unit tests for my controllers in Laravel 5 The route is protected by the au...
Hi there, I have a table called Users, and two tables called firstnames and lastnames, respectively....
Hi! I have a problem with this code in hosting shared, but works fine in localhost. this function re...
I'm following the Laravel docs here: https://laravel.com/docs/5.1/queues#job-events and attempting t...
I have used Socialite library for authentication through facebook and google. When i used it separat...
Hi, We would like to use vagrant/homestead for our laravel project. we're working with 3 colleagues...
my own profile, when logged in: http://laravel.io/user/BartHuis gives: Whoops, looks like something...
I am retrieving a list of articles that belong to each blog of the current user like this: return $c...
I am trying to do a 3 levels dynamic or dependent dropdown list. i managed to fix the first two and...
Hi all, I've got 5.1.6 running in Homestead with postgres set as the DB in my .env file. The entire...
Hi, What is the idea on setting up migrations with foreign keys as a fresh setup? so my idea is to b...
Hello, Here is my Row Query to get the data from database. $user = DB::table('users')->get(); I w...
Is the below if statement correct, where newQ and newP are values, and post_type is a variable :...
Hi, When i make a migration with a string as foreign key, it don't work, but with an int its working...
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