Support the ongoing development of Laravel.io →

2,053 Threads

posted 9 years ago

View Composers don't work properly with extended Blade layouts

I can't seem to find other discussions on this topic, but I've discovered some weird quirks with ext...

0 Likes
0 Replies

Modal Popup

Good day to All, I am using Laravel 4.2 * Bootstrap 3. My question: What would be the best way to ha...

0 Likes
6 Replies

Paginate problem

I create a table with paginate::simple. That work fine. When I edit a record I can return to the pag...

0 Likes
2 Replies
posted 9 years ago

BEM/BH integration as Laravel View Engine

I have an idea to make a package with Laravel View based on bem/bh. Can somebody help me with pretty...

0 Likes
1 Replies

Mobile Support

I'm adding a mobile-friendly website to my laravel app, so I added the following code to /app/config...

0 Likes
2 Replies

Point root folder to public

Hello guys, this is my first post :) Really simple staff... I want to remove "public"...

0 Likes
3 Replies

Laravel 4 Passing Multiple With Statements?

Hi Everyone Is it possible to pass multiple with statements in laravel? For example, in your functio...

0 Likes
2 Replies
Solved
posted 10 years ago

laravel to mobile app

I have searched about hoe to convert laravel web application to mobile app and found that I have to...

0 Likes
1 Replies

custom pagination

i am wondering if there is a package someone created to easily create data tables...with links to e...

0 Likes
1 Replies

Display multiple images on a page using Intervention Image

I am getting started with Intervention Image and I don't know how to display multiple images on a si...

0 Likes
1 Replies
posted 9 years ago

Apache Local Server can't resolve user made routes for views ( work only if you run artisan serve )

I' m wondering how to view my site with Apache Local Server and not with artisan serve command. Than...

0 Likes
3 Replies

How to use return Redirect, inside View?

If user is logged in back button is still sending him back to login form page. I want something like...

0 Likes
4 Replies
posted 9 years ago

Resource Routes

I have resources, and doing the routes for a single resource is easy: URL::route('reply.edit', $repl...

0 Likes
0 Replies

My laravel application is displaying no data

## My laravel application is displaying no data ## Hi gues, I am working on a questionniare app...

0 Likes
0 Replies

Shorthand if else statement not working within blade templating

The first line is the original. I am trying to do a conditional @extend. @extends('invoicelayout')...

0 Likes
2 Replies

How do I run a DB queries for every page generated?

I've just jumped into Laravel / OOP development and I'm having issues with something that's so easy...

0 Likes
2 Replies
posted 10 years ago

Sample Gist

this is just a sample gist...I'll put up a couple more ( longer ) to test the waters ;) https://gist...

0 Likes
4 Replies

ModelNotFoundException is not working

Hi, I am trying to redirect Not found query page to 404, but this is not working try { $page = Pa...

0 Likes
3 Replies
Solved

eager loading with constrain issue

so here is my controller $beritas = KategoriArtikel::with(array('Artikel' => function($query) {...

0 Likes
0 Replies

echoing array inside array

so i do eager loading and it returned 1 array inside array like this array(3) { [0]=> array(6...

0 Likes
2 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.