I have routes like: Route::group(['prefix' => '{locale}'], function() { Route::get('/post/{slug}...
Dear all; I am newbie in Laravel 5. I want to use an ACL system in L5. I prepared my all models and...
I'm currently using beanstalk(d) for my queues, but I'm curious what you guys use so that I can be o...
i had an a problem in login page he never attempt my data i make a hash in my db password but a prob...
I'm new to Laravel (a refugee from Kohana). I really like how Laravel returns object properties in j...
I'm trying to make a form on which I have a "select" field where I do have this: <selec...
I installed Foundation with: foundation new foundation --libsass The app.scss file is under: resour...
Hello, I choose to use stored procedures in my controllers when passing parameters to the database....
The latest version of Laravel now creates a migration whenever you run php artisan make:model. For m...
I created new Global scope "StatusableScope" class Post extensd Model { use StatusableTra...
API for Lara 5 says that we have name method to Extract the file name from a file path. http://larav...
I was having a lot of difficulty getting Laravel Elixir to work with my indentation-based app.sass f...
I'm very new to Laravel, so bear with me. I've been banging my head trying to figure out how I can d...
I download twitter bootstrap file and copy this to public folder. now i use {{ HTML::style('css/boot...
I run a dog walking business, and have multiple dog walkers. I created a system to manage my busine...
I am implementing web sockets to deliver real time messages. It is required to save a session variab...
Someone recommends a package for menu management in L5? Or everyone is going the DIY route?
I'm trying to send an email with a shopping list. public function send_list_via_mail(){ $user = Use...
I recently upgraded to laravel 5 and I have encountered my first problem. I noticed laravel 5 has a...
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