Support the ongoing development of Laravel.io →
beaverusiv

beaverusiv

Joined 10 Apr 2014

Statistics

Threads 8
Replies 90
Solutions 6
Articles 0

Where to build a menu

I am using https://github.com/lavary/laravel-menu to build the menus for my site. The problem is the...

0 Likes
1 Replies
Solved
posted 11 years ago

Workbench controller not found

I am trying to set up a route within my package but I can't get Laravel to find the controller. comp...

0 Likes
1 Replies
posted 11 years ago

Creating package for L5

So afaict Workbench doesn't work with L5 yet. Is there still a way to do package development with L5...

0 Likes
10 Replies

Caching permissions for performance

I will have a permission system that will be administered via a PHP page and stored in the DB with t...

0 Likes
3 Replies
Solved

Laravel creating packages with minimal install steps to work with

I am about to undertake a project to build several components for use in future websites in Laravel...

0 Likes
0 Replies
replied 11 years ago

4.3 or 5 Views folder???

https://laracasts.com/series/whats-new-in-laravel-5/episodes/1

0 Likes
replied 11 years ago

Model / Eloquent: Replace a column in select statement every time?

Something like this? http://laravel.com/docs/4.2/eloquent#accessors-and-mutators I don't know if it...

0 Likes
replied 11 years ago

[L5] Auth Named Route

I don't know of any other ways to register a named route. You could always type: url('Auth\AuthContr...

0 Likes
replied 11 years ago

Database design question

If your slots are like such: id: 1, day (enum): 'Monday', time: 10:00:00, duration: 2, machine_id: 2...

0 Likes
replied 11 years ago

[L5] Auth Named Route

Route::get('auth/login', array('as' => 'auth.named_route', 'uses' => 'Auth\AuthController@getL...

0 Likes
Solved

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.

© 2026 Laravel.io - All rights reserved.