I am creating user profile page. For that i have two tables 1 is user and another is user_avatar now...
I have the following a tag in my code , like below: ```<a href="{{ route('showQualityResult'...
In my laravel application, when I am trying to link the username of the person who has posted in the...
I get the adminlte from here : https://github.com/InfyOmLabs/adminlte-generator In here : https://gi...
My controller is like this : <?php namespace App\Http\Controllers; ... class UserController ex...
In my routes/web.php: Route::get('/foo', 'FooController@index')->name('route.here'); In my contr...
I want to get all users: $users=User::get(); After that i want to se for every of them the role. fo...
Hello everyone, im new with laravel and vue resource and i need help to find how to pass variables f...
I'm redirecting a secondary domain in my routes: Route::group(['domain' => 'http://olddomain.com'...
I am looking to build an app where themes can be switched easily to change entire site outlook. Much...
I'm trying to pass 2 arrays to a base view in laravel but I can't find the way to figure it out. It...
Hi there, satisfied Laravel4 user checking out laravel5 right now. moving to 5 proved to be incredib...
hi guys, i am newbie with Laravel. Im working in develop a custom project. I want to know what are t...
I use Laravel paginate() method to make pagination in my application. It's works fine but one pain i...
kingrayhan liked this thread
Is this possible? Its working fine with just one table but cant figure it out with 2 tables. #Table...
TransArk Global recruitment provides a great service for anyone looking for an opportunity to get jo...
Is there a way to call models in view like this $blogpost = new Blogpost(); without namespace? I don...
Hello three guys I'm a junior web developer and I have started experimenting with laravel for my upc...
Yeah as my subject is saying it: Whenever I'm saving my views & reload my view, the changes are...
Hi, I am making an app and I check for validation like thid: $rules = [ 'due_date' => 'date|r...
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