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...
If someone can help me get this query working properly in Query Builder I would be willing to pay a...
Hey to all. i'm using laravel 5.2 . when i'm watched a lesson of validation, in the video all routes...
hi friends I am new to laravel. I am working on a project with complex query (complex to me :-) Ple...
Hi, I'm implementing roles and permission for a project, and using policies, but I have a problem wh...
Hey Guys, i want to create a small invoicing software for my company using laravel and, of course, e...
I have a table with categories: string: label integer: order I wish for order to be a continuous lis...
Hello, I get an issue on my DB::insert query. Can anyone please advise what is wrong. The error here...
Hi, when i try to create/insert a new Model instance with $maintenance = Maintenance::create(array(...
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