I'm using laravel 4 and I'm trying to get all the gallery items that belongs to a category depending...
Hello everyone. I am wondering what will be the fastest way to find pair value in array in blade. Wh...
Hi, i'm using this route: Route::get('/', ['as' => 'home', function () {return view('home');}]);...
This issue is essentially a duplicate of this SO post I managed to find: http://stackoverflow.com/qu...
I'm using Laravel 4 and I'm trying to get multiple values to display instead of one. When I try, I g...
I'm using Laravel 4 and I'm trying to change the laravel blade link to use a normal html link. My bl...
I've set up two different laravel apps and no matter what I put in the routes file it will only load...
I have a table that has dates (test_date) and (next_due). For the last entry (most current / descend...
Hi all / as I have a problem with my routes.php routes file, have the following //llamamos a la rut...
Not even sure where to start - just looking for maybe a point in the right direction. I've got somet...
It's possible to parse Blade template from other source than .blade.php file? In my app user can bui...
Hello everyone, How can I get all files from a specific folder to output in the select form field. h...
Hello, I've a collection (tasks) and I want to count inside may blade template only completed tasks....
I am new to laravel 5. I have been working on a client app where I have setup a relationship like so...
I'm trying to have the Model (Class) validate itself. Boiler code: public function validate() {...
Hi, I'd like to find an alternative way to include the collections of sub views in one view. Here is...
Hello guys , I installed my laravel 5.1 application on a shared server for it was necessary to copy...
I have created a storelocator.php in my view with the following code : <?php $dom = new DOMD...
If in my Blade template I had this: @foreach($entries as $entry) <li>{{$entry->filename}}&l...
so if I have a master blade named master.blade.php like such: {{$app->getLocale()}} @yield('conte...
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