R
R
rustem_ck2015-07-13 08:12:17
Software Deployment
rustem_ck, 2015-07-13 08:12:17

What are the tools for developing an install wizard for a finished laravel project?

There is a project that is distributed out of the box, we want to develop a convenient installer for our system.
I liked the implementation of october cms.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Muhammad, 2015-07-13
@muhammad_97

1. -
2. If you are making a boxed product, then it hardly makes sense to use Composer, it would be better to save the vendor folder to the archive, as October did.
3. Also available from October. There is a repository with Config Rewriter on github
4. Google Artisan::call
Implemented based on their installer, though I had to edit a lot, but the general direction becomes clear

A
Alexander Alexandrovich, 2015-07-13
@tatu

Try to look here

X
xmoonlight, 2015-07-13
@xmoonlight

I do this:
1. preinstall.php - check libs and versions
2. (db-inst.php - if you need to work with the database)
3. copy-paste folder struct (or unzip) to www-directory
And all works!
no changes in hosting files.
.htaccess - generic

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question