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...
I create an application and I need the administrator to change 3 global application options: Start...
I am using Laravel 5. After too many GET requests via ajax, let's say an ajax request that gets fire...
I need to register a new user and store data in two tables separately, the Users table will hold cla...
We finally got blade support! Wooo. But it seems like the "auto indent" functionality is p...
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