@stefanbauer Clone laravel/laravel and make any changes/additions. You’ll need to regularly merge any changes from “upstream” (Taylor’s branch) though.
How to build an own framework (app) edition of Laravel
Hi Guys,
after a lot of work in the last few months i am back at Laracasts :)
Anyways.. i would like to create an own framework (app)edition of Laravel for my personal needs that i can use any time i will create a new project for my clients. With "framework edition" i mean a single entry point with some defaults defined. E.g. some folder reorganization, some improvements for the environment handling, bower including, prepared json with some default packages i need everytime and so on. But of course i will not miss a commit in the real Laravel App/Framework. Anyways.. i would also love to use composer for this personal edition.
What would you do? My idea was to fork laravel/laravel, keep master as it is, and use the develop branch for it. Modify everything what i need and that's it. Create a new package at composer for that edition and thats it. So i am able to modify my version when needed and could also pull in the changes from the original laravel repository.
Are there any other ideas? Or what would you suggest?
Before someone asks: I want to do that because on every single project i do the whole setup process always and always again. It it time consuming but it never changes. That's why i want to have such "edition" for me personally. :)
Please or to participate in this conversation.