patternlab.io is a great approach to designing websites in a modular way. I like the idea and want...
Hello, how can I join two tables with firstOrCreate method? for example I wanna get a row of a table...
Hello, I just started learning Laravel from this series: https://laracasts.com/series/laravel-5-from...
I am dealing with a restful api. Each controller deals with one type of object. Now the wish is to u...
I have similar problem in Laravel 5.1 I have route like that $oldRequest url: /test1 method: post da...
So everything was working perfectly in version 5.1 of my laravel project but after upgrading to 5.2...
I want an array of checkboxes to get the either the old value or the value stored in the database, i...
Hello Guys, Here is my design database: Booking: id, status, transaction BookingItemOfferPair: i...
I've recently started using Laravel 5 and the new Eloquent 5.* and I'm experiencing some unwanted re...
I am reading some configurables from my .env file. These configurables are used in various places wi...
HI my routes look like Admin Routes Route::group(['middleware' => ['web']], function() { Route::g...
Hi. Example in one controller: return 'À'; The string comes blank due to the accent, if i change to...
Hi I've installed https://packagist.org/packages/micfai/marketo-php and it has created config/marke...
Ive been doing some calculations in code converting strings to float because thats the only way I co...
My Middleware \Event::fire(new RouteRequested($request->route()->getName())); My test $r...
Hi I use this to display data on my form after the user selected criteria for the report: @foreach($...
HI, is Laravel good for creating big e-shops? If yes, why? If not, why? Thank you
Hi, Laravel 5.2 here. I can't save my checkbox values to db $data = $request->all(); $data["...
Hi guys , I'm having a problem with pagination . Well it works pretty fine at first page , but when...
Hi All, I have a project with Laravel 5.2 and besides that I have an other program that has the poss...
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.