// qualification.php model <?php class Qualification extends \Eloquent { protected $fillable...
the first thing I feel NOT so sure about L5 is the ' php artisan app:name xxx 'command, it always ca...
I have a project with laravel 5 as backend and angularjs 1.3 as front-end. ####Laravel5 setup:...
I'm wondering what is the difference between: Route::post('insert/{slug}/{page_number}/{person_type_...
Right now I have a command dispatch inside my controller which triggers my command, executes the han...
I am filtering a collection by date of orders with the following in each: {"id":57,"...
Hi, I want to create a custom User Manager package based on "Confide" and "Entrust&qu...
I've noticed that Laravel 5 no longer has a paths.php configuration file, but instead configures pat...
In a unit test, I'm trying to set cookies when calling a route. Test code is: $response = $this->...
websterl3o liked this thread
Hi folks! I always use beforeFilter('csrf') in my laravel files, with Laravel 5, where csrf are adde...
Hi, in ProductsController i have method public function getIndex() { $products = Product::orderBy(...
Hey everyone! I'd like to share my Resource Generator (based on @JeffreyWay 's Generator) which let'...
lang/en/messages.php 'apples' => 'There is one apple|There are many apples', So.. i do {{ Lang::...
What is Single Table Inheritance? I saw a post by Kapil Verma where he shared his STI base class. I...
Hi everyone, I have a couple of Users defined in my app, one with id = 1 and one with id = 9. Scenar...
Hi, all i have an issues, with mouse drag, the position of the images, i have tried to drag and drop...
Trying to create/swap a cashier subscription, and receiving this. Posted on GH(https://github.com/la...
I am new in laravel 5 , when i try to register or login [ auth/login or auth/register ] i get error...
We will create a web and mobile app from scratch, including planning. The entire event will be broad...
So I'm building out a multi-relational database structure, and I'm attempting to retrieve nested chi...
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