View Single Post
Oo Alias oO
Member
Join Date: Apr 2010
Old 03-01-2015 , 08:28   Re: Sourcebans 3 - Community project, help wanted!
Reply With Quote #27

Quote:
Originally Posted by Sarabveer View Post
I want to support this, but I have no clue how to write in Laravel and Composer.
Composer is just to pull in PHP packages from Packagist (https://packagist.org), and it auto-loads them for you. Check the composer.json file

Laravel is quite simple, I'm not doing any crazy stuff with it (Repository pattern, proper DI, and all that) since it'll take an age to do. If you check the app/Http/routes.php file, you'll see what controller logic points to where, and what Middleware what uses.
__________________
Oo Alias oO is offline