I have a few things I want to clarify about about maintenance mode: existing web requests will kee...
From this: Route::group(array('prefix' => 'admin','namespace' => 'Admin'), function() { Route...
I haven't had time to figure this out, but spent considerable time trying, being a "hobby"...
Hi, I've created a form where users can choose multiple checkboxes. <input type="checkbox&qu...
I am well into a project where I have a number of resource controllers. They have all been working p...
Here are my models: class BookReading extends Eloquent { // Book reading has many authors p...
What are the benefits of utilizing laravel's "Routes" opposed to having a custom bootstrap...
I made a model 'Setting' and a static method 'get' and I use it for get configs from DataBase. For E...
How do I edit multiple rows in Laravel? I've searched Google and I'm seeing all sorts of mentions of...
Hello! Need to arrange authorization when cookies are disabled. Ie, Session ID need send in $ _GET....
Searchable, a search trait for Laravel Searchable is a trait for Laravel 4.2+ that adds a simple sea...
HI, I want to create a department search.So i created 5 database tables: Department ID | NAME Depart...
Hey, I'm about to play around with this but just thought I'd ask to see if anyone knows already... I...
Having trouble finding the way to use Query Scopes with Repositories. Is there a way? Would like to...
I've been getting more and more into PHPSpec over the last several weeks and have definitely enjoyed...
I'm currently working on a web application that is a subdomain of another website. My app's parent d...
Hi, I'm trying to extend Blade with this: Blade::extend(function($view) { $html = strtotime(&quo...
I am creating category model where it has parent of category model itself.. i did the relations in m...
I have a conditional to check whether a user is authorized to sign in. I am passing an array of prop...
Hello, I use PhpStorm to develop my projects and recently ensured all my projects were properly name...
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