Hi, I have two tables; Table user and table user_groups. I'm using soft delete to delete users. When...
##1.Tools I use Laravel 5.1 Redactor 2.Code 2.1Route Route::post('topics/upload', ['as' => 'upl...
I am trying to do a belongsToMany relationship but it always returns null. These are my models. (piv...
I am struggling with something and I really need some help The web application I am putting it toget...
I am newbie of laravel just authenticate 'username' and 'password' with database for successful log...
In laravel, you even can not use md5+salt instead of bcrypt hash. I tried ,but I found it's very har...
$users=Tlc\Employee::with('users')->get(); => Illuminate\Database\Eloquent\Collection {#822...
I'm using stevemo/cpanel https://github.com/stevemo/cpanel for the admin panel. In the view I want t...
I installed vagrant 1.7.2 on my windows 8 computer. Then wanted to install laravel/homestead. I keep...
Hi, I am just about to start writing my first Laravel application. This will be part of a suite of a...
Hello, Today i'm happy to announce that our php community phpfire.com is now online feel free to cre...
Hello. I recently finished my website's transition to Laravel and all that is left is the current fo...
We have a wonderful team of skilled developers, but we need your help, too! Due to the sensitive nat...
So I have this odd problem with json. It will return different jsons depending on my underlying syst...
hello sir, am getting this error when am trying to creating an new user registration. everything is...
here is my code public function checkCourse() { $id = Auth::User()->id; //dd($id); //...
I am currently working on my first project in Laravel 5. However I am having issues with my views. I...
I'm new to package development, Now trying to include my Bootstrap css file ( from bower ) Now I'm w...
I have laravel models : Post and Comment. As normal, post will have many comment tables as bellow: P...
By using this Password reminders and reset in Laravel 4 tutorial I tried to add "forgot passwor...
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