I am adding something additionally in Response::json. For example, the Restful route to public funct...
Hello. In my app I have a form which allow the user to choose/insert: date/time, list of emails and...
My project involves the following user types: 1. Business 1.1 Sales 1.1.1 Local Sa...
Guys, do you always use Controller suffix in controller classes names? I do, but I'm now thinking if...
sfaut liked this thread
I am trying to update our application to Laravel 5.1 from 4.2. We are going for a full upgrade from...
I have created multiple seed files and my main DatabaseSeeder file looks like this: <?php use Il...
I am deploying my laravel app on heroku, i have gotten to the point where i am happy (http://popibay...
Hello, I have problem in Laravel 5. In Laravel 4, I have been using trans helper function in config...
Hi, i'm trying to create a modular application using laravel packages, but i don't want to use contr...
Hi Lets say I have Entries table in my project. For each new entry I would like to check external AP...
cant find a proper answer, should app/storage should be in gitignore??
I would lke to know how do i include a myclass.php file ???? Where? tried to use include('myclass.ph...
So I wanted to create a form function set for my blades to automatically recover values after a fail...
Hello Guys, I have application build in core php and with eloquent ORM and i am going to move it to...
Matt Stauffer posted a topic How to Organize Class Namespaces http://bit.ly/1JarwkK, May i know what...
Ok, so this might be something really stupid to do, and I'm open to idea's, but is it possible to ch...
I have defined a route in laravel 4 that looks like so : Route::get('/books/{id}', 'HomeController@s...
I have this database schemathat can be found here I have users that can be either a Business or a P...
Imagine a personal notes app. Users can add, view and edit their own notes, but not notes that belon...
I'm looking to see if I can set a different database connection depending if a specific route group...
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