Hey fellow Laravelers! I just released a new Contentful SDK & Toolkit package for Laravel along...
Hi, I am trying to get the url e.g localhost/cat/restaurants/this-is-a-test but it throws an error w...
I have a query that counts rows in a table that equal 5. For some reason it is running multiple time...
Hello, I'm trying to list threads in a forum/category based on the last reply to the thread. I've th...
I am new to Laravel and Eloquent. Would someone please recommend an approach with Eloquent to dynami...
Hello, I am having a problem with creating my models. I have 2 models, User , and Safe (the user's &...
I had a Laravel 4.2. setup om WAMP (Windows Server 2008, where the mail function was working) but mo...
I have a Laravel 5 application as the backend, serving AngularJS from a different directory (which i...
I've been redoing my controllers to inject repositories and using those classes isntead as the only...
How to show this message in Javascript Popup? @if (Session::get('message')) Session::get('message')...
You hear about "single reason to change" when it comes to the scope of a class and how big...
I have the following action in my repository: public function getAsset($filename, $prefix = null, $...
Hi, I'm getting product updates from several suppliers on their stock via XML files. Most products...
Hi, I have Laravel 5 set debug true, enviroment: local Now not show errors (only log) and not show d...
I'd like this to be global.I tried putting it in index.php, and it doesn't work. Maybe it can go in...
I have action and I wanna take json with time = 11: public function getView( $id ) { return ['dat...
Could you please help me to pass id of a product from view page to controller page with the help of...
I am new to Laravel 4, I have project that required me to create "permalink settings feature&qu...
Hello, I have a problem when I use a class in Laravel. If I use this code: Session::put('name', 'val...
Hi guys, i have a problem, // my var $teste = "<b>Página</b> inicial"; {{ $tes...
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