V
V
Voll.2016-02-23 20:53:43
phpstorm
Voll., 2016-02-23 20:53:43

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

2 answer(s)
K
Konstantin B., 2016-02-24
@vollthegreat

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

O
OnYourLips, 2016-02-23
@OnYourLips

Libraries for repetitive functionality.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question