Hi guys, I was wondering if it was possible to do a method in the model to get the url of the model?...
Hello all, i want to make a multilingual website based on format: http://www.com/en/contact (en...
The packge for Laravel 4, 5 (>= 4.1) that simplifies and speeds up managing hierarchical structur...
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...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community