lk = personal office
The preferred way is to install via Docker. If you don't have Docker, please install it by following this instruction.
After that, execute this command:
cd bin
./install.sh
Edit Laravel settings in www/backend/.env
file like a database connection and mail server settings.
Execute this command in bin
directory to start container:
./start.sh
Now site is available on this link: http://localhost
Execute this command in bin
directory to stop container:
./stop.sh
The following scripts from bin
directory are calling, when project is already launched.
- artisan.sh
- build-frontend.sh
- composer.sh
- npm.sh
For example, if you need to create a Laravel model you can do it like this:
./artisan.sh make:model User