Support the ongoing development of Laravel.io →

2,053 Threads

Hi Laravel Family | Need Simple Laravel CRUD

I'm new to Laravel. I am now done with Up & Running with Laravel. I need some guidance in implem...

0 Likes
2 Replies
Solved

Help with Laravel error : Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException

Hello, I'm new to laravel, and I'm trying to learn the framework by following a book. In that book t...

0 Likes
3 Replies
Solved

Implement RSS Feed with Laravel 4

I'm using laravel 4 as PHP framework, I would be able to extract content from external sites trmite...

0 Likes
1 Replies
Solved

App Architecture

I am currently working on a project where i have to make a Hotel Booking Application. There will be...

0 Likes
0 Replies
posted 10 years ago

How can i change the Pagination Arrows to an Icon?

Hello @All, How can i change the Pagination Arrows to an Icon? In the Normal Pagination they use &qu...

0 Likes
2 Replies

Extending Illuminate\View\Engines\CompilerEngine

Hey, is there a way to extend Illuminate\View\Engines\CompilerEngine? I want to override one of its...

0 Likes
1 Replies

Blade Problem: passing a variable

Hi there! I show you the code and you'll quickly see the problem: This is my routes.php code: ....Ro...

0 Likes
2 Replies
Solved

Create a route to a folder

hello, how do I create a route to a folder? I need the contents of the folder is shown in the broswe...

0 Likes
4 Replies
Solved
posted 9 years ago

Trying to get property of non-object - but dd has it

I cannot work this out. If I dd($comment->user->email) I can get the email address but in the...

0 Likes
2 Replies

User Email Preferences

I'm trying to create table that I can store email preferences for each user. So far I've created a e...

0 Likes
2 Replies

Laravel 4 Tool: View Generator

Hey Everyone! I created a simple tool to help with the creation of a couple views: create and edit....

0 Likes
21 Replies

URL length is being limited - please help

I want to be able to display pages/articles with variable length categories http://www.site.com/test...

0 Likes
9 Replies
Solved

Dynamic Pagination

Hello, I'm trying to create a select box and paginate all users instances based on that variable. Fo...

0 Likes
3 Replies
Solved

Page specific links, works but for root page

So I'm converting my existing vanilla php site to laravel, I'm loving it but I'm having an extremely...

0 Likes
1 Replies
Solved

Probelm with view/blade

#Route.php is as bellow Route::get('/', function() { return View::make('hello'); }); Route::get('/{l...

0 Likes
3 Replies

case and inner join with Eloquent

I'm newbie at laravel and i searched for hours but i can't find how can i set this query with larave...

0 Likes
1 Replies

Laravel5 breadcrumbs Call to undefined method [package] (View: .../master.blade.php)

I am using pachage https://github.com/davejamesmiller/laravel-breadcrumbs My master view contains:...

0 Likes
0 Replies

REGEXP in Where Query Builder

$query->where('tags', 'LIKE', '%'.$uID.'%'); SELECT 'a word a' REGEXP '[[:<:]]word[[:>:]]';...

0 Likes
1 Replies

Graphs with Laravel

Hi Having read about & played with Laravel, I started to build an application with it for one of...

0 Likes
11 Replies
Solved
posted 9 years ago

Passing Variable to Parent Layout View

I have a pretty typical application whereby I have layouts/main.blade.php which acts as the page lay...

0 Likes
0 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.