Answer the question
In order to leave comments, you need to log in
How to make a copy of a Laravel project with stubs?
I develop a lot on Laravel, but I constantly use a set of the same packages and parameters.
The adminka one and the same is fastened.
Interested in whether there is an option Use some kind of blank? In automatic mode.
Or create a project with already preset parameters?
I use PHPstrom + OpenServer.
Answer the question
In order to leave comments, you need to log in
It is very strange that you develop a lot, but ask a similar question. There is a composer for this.
Just in require you write your packages that you use
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.1.*",
"intervention/image": "^2.3",
"intervention /imagecache": "^2.3",
"illuminate/html": "5.0.*",
"jildertmiedema/laravel-plupload": "^0.3.0",
"bican/roles": "^2.1",
"davejamesmiller/ laravel-breadcrumbs": "^3.0"
}
then just composer updatedate
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question