I'm following http://laravel.com/docs/eloquent#many-to-many Of course, with difference case. How to...
Hello everyone, I don't really know how to solve this in a 'proper' way, anything that I can come up...
I picked up development of an orphaned project using SimpleSAMLphp for SSO, and I'm trying to finish...
Hi all I would like to know if and how it's possible to use a URL like this: "site/admin"...
I'm trying to use a package to help simplify route maintenance but am running into trouble attemptin...
categories id, name products id, name products_categories id, product_id, category_id cards id, prod...
I want to get the current domain, using Request::server('HTTP_HOST') - however when I call this from...
i have a category with many products with many pictures This returns all products for a category wit...
I have the following models (example!). When deleting a tutorial I'm expecting the 'deleted' method...
In case anyone else runs into a place where you need to bring table results and get the most recent...
Hello! I'm used to debug PHP scripts in PHPStorm via xdebug. How could I debug Laravel with xdebug?...
I'm trying to use Auth functionality. The problem is that if in my view i have the following code: &...
Hi, in my template I have: @for($i = 0; $i < 4; $i++) {{ dd(Input::old('custom_link.0.ti...
I've got two tables products and artifacts who are in a one-to-many-relationship to each other. Now...
I have a routes.php /* * Web */ Route::group(['namespace' => '\Smartii\Controllers\Web'], funct...
Hi Guys, I need to get the view data i found the View::getData() method in the api but i can not cal...
Welcome Laravelians; I Spent long time dealing with laravel approach for queues and I've noticed it...
Hi, first question I cant find working answer. Laravel 4.1 ###rules public static $rules = [ 'name'...
I have got a page which queues up emails in beanstalked. The script works as intended, the emails ge...
ok so I'm looking to create a system with users and admins, who will be separate. ideally i don't wa...
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