Support the ongoing development of Laravel.io →

0xMatt

Joined 27 Mar 2014

Statistics

Threads 1
Replies 3
Solutions 2
Articles 0
posted 9 years ago

One controller to rule them all.

I have one controller for my entire website that sets up the routes and load the appropriate files b...

0 Likes
2 Replies
Solved
replied 9 years ago

'Command "serve" is not defined.' - Error after creating brand new laravel 5 app

As stated in #laravel the serve command was removed: https://github.com/laravel/laravel/commit/80fb9...

0 Likes
replied 9 years ago

One controller to rule them all.

I've accomplished the goal by extending the application, router and controllerDispatcher classes to...

0 Likes
Solved
replied 10 years ago

Model Update Method

User::where('id', $id)->update(array('username' => Input::get('username'), 'email' => Input...

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.

© 2024 Laravel.io - All rights reserved.