adding the pagination for filters when it redirects to second page returns error This page isn’t wor...
Hi Everyone, This is my first post and new to this forum. I have implemented pagination with LengthA...
I want to implement domain.com/section/slug format in my website.(currently it like - domain.com/sec...
Laravel 5.5 Php 7.0 AWS 8 cpu / 16GB Docker with nginx/php inside. I have an api that serves oauth...
I am fairly new to Laravel and I have been trying to find the best way to create a cache wrapper for...
Hi. I'm getting my posts like this... public function show($slug) { $post = Post::where(...
//Here's my Blade <div class="col-md-12"> @foreach($intraoral_examination_list as $intraoral_...
Hi, I am new to laravel and i wanted to give serial number for rows displaying in frontend where the...
AuthServiceProvider: public function boot() { $this->registerPolicies(); \Horizon::auth(...
Hello , I have a question , I am developing a website like a facebook . It will have POSTS and a Use...
I have Laravel set up and running fine on example.com. Now, I want to proxy redirect example.com/ to...
Good night, I'm having a problem, I wanted to check if I found the registry in the database, the but...
I'm trying to develop an Angular app with Laravel as a RESTful API, however I struggle to combine th...
Hi guys ! I'm working on old project developed by other developers . They mixed the core php and lar...
public function editCategory(Request $request,$id = null){ if($request->isMethod('post')){...
Hi, I am stuck with a major issue. I have being developing a application for a while. I had set some...
My question is similar to this thread : Laravel relationship with a 3 column pivot table But it seem...
Hello everybody! If I create a new migration where my table name is e.g. 'hosts_armory' and in my co...
Hi! I want put image instead regular Bootstrap button. {{ Form::button('<img src="../..(../....
Hi everyone! I don't know, if it's the right place here to ask this question – but I'm really strugg...
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