I'm attempting to clean up an existing application by writing unit tests for some legacy code (and u...
I'm trying to write some unit tests for my controllers in Laravel 5 The route is protected by the au...
Hello, Here is my Row Query to get the data from database. $user = DB::table('users')->get(); I w...
In native PHP it takes about 2 minutes to link each product on the page to its product_details page...
I would like to insert a large number of rows into my database using chunks, but I am not sure I am...
So we have a Laravel 5.1 API running on our systems, and use the AWS SDK for php for pushing jobs to...
Hello, I'm having an issue what is best approach to schedule job in laravel. Setup is like this: The...
Hi,I I'm a beginner,I have a problem about Route. I write a post route,when I click submit on brows...
I'm try to write a unit testing for test form request in Laravel 5, but I can't not get data from &q...
Hey everyone, I am having issues in my Lumen (v5.2.*) application with custom validators. I have a...
Just updated to 5.1.16 on my local install and everything seems to work fine with my pretty URL's ie...
I found this tutorial on creating dynamic filters for query builder, allowing me to quickly run thro...
Hello, I have two applications on my local server: [A] http://site.local and [B] http://api.local. T...
How can I manage permissions with Laravel? I have some pages that are only displayed to user with pe...
Hello Guy, Am new to laravel homestead. I followed the dochttps://laravel.com/docs/5.2/homestead on...
Hello, I'm kinda new with laravel and I can't solve this problem by myself. I've tried a lot of thin...
After I create a new row, an array with the information added is shown. I've tried: return view('/bl...
Hi! In my work I need to show on page for all routes instead of /api route, for example Route::g...
I have an fieldset in my form that looks like below. <fieldset class="Bo...
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