Can I develop payroll in system by laravel? How much you suggest Laravel for this task? Welcome to y...
I'm trying to save checkboxes. I should be able to select one or mutliple. This is the error I'm get...
Laravel gives me an invalid mix of collations which is wrong. http://take.ms/dpY0U I have tried to c...
I have a row query \DB::select("SELECT * FROM table_name WHERE id=$id"); the result shoul...
I'm having problems with my migration code, This is the error I'm recieving: PHP Parse error: synta...
I have used a relationship that returns data but when i use it it throws error "Trying to get p...
Hi, frinds Can U help me in my case with eloquent subquery? ) I have the code in my model: return Ne...
i have $users = User::paginate(10); how do i get the data when i pass it to my blade template. e.g:...
Hello guys! I am running with two problem in my system.. I installed Laravel 5.4 and followed the Bl...
Guys how do I get complete Reference of Methods of Model Class?? like where(), Get(), first(), etc a...
after php artisan migrate, theres an error I got below: [Illuminate\Database\QueryException] SQLSTAT...
How do I use the mysql rollup feature with laravel eloquent? I did try a few but not able to get the...
I have described in detail here. https://stackoverflow.com/questions/42827731/why-is-the-hidden-fiel...
Hey, I am trying to create simple shopping cart / order module and I've decided to connect orders an...
I am a beginner to laravel. I have just downloaded the latest version of laravel and deployed on my...
I have this nice query: $posts = Post::with('user','comments','comments.user', 'tags') ->take(10)...
I am not sure if the title is phrased correctly, but I will try to explain it here. For context, her...
I have am trying to add a select box that is built from a database query to an existing form. The se...
What I'm trying to do is have the current class style to be shown on the menu that the page is on. F...
hi all I'm making a blog and i have a question : for the view post page, i use this route : Route::g...
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