I've had a break from Laravel and returned to see release 5.1 is out which I'm sure can only be a go...
How can i use controller method in scheduling rather than command?
Hi Guys! New to Lavarel and hoping someone knows a solution to this. If we call: 1.2.3.4/site/one 1....
Unable to install either using composer create-project or using laravel installer since openshift on...
Hi all-- got an issue that already made my brain freeze... I've got the following in a blade view th...
Dear Laravel enthusiasts, I'm working on writing a REST API in Laravel and I've run aground on this....
Hello, I've put together the following code to test if I can send files with Mandrill. Mail::send('e...
Hi, I want to know how to treat every 5th row different in pagination. I have a $ads variable that k...
I am saving an Eloquent model to a MySQL database, however all the request input is not saved, despi...
Hello, I'm creating a custom package that involves a CRUD resource. Because it involves extra steps,...
Hi gues please i need your help with this, i am working on this app (a pet classified ads site), The...
demo Table: name | passport_date | visa_date when i using in Eloquent: $latestPassport = Demo::order...
i am new to laravel and in my system there is one admin and all others are users, so i added a boole...
My site uses LaravelLocalizationRoutes for multiple languages - https://domain.com/es - and also use...
I'm trying to setup a custom trait for a controller but it's giving me trait not found. Is there a...
I'm using Eloquent with CodeIgniter, and I'd like to use the DB::raw() version, but since this is a...
My application has several event listeners which send out emails to various system users. The proble...
I am Pretty new to the repository thing and don't do a lot of dependency injection.Now am having thi...
So basically I have something like this in my routes.php: Route::get('/book/{page?}', array( 'as...
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