This tool is using Laravel 11 with inertia.js (Vue).
- PHP
>=8.3
- Composer
- Docker (+ Compose plugin)
- tbd.
-
Rename
.env.example
to.env
mv .env.example .env
-
Adjust env variables if necessary
-
Install PHP dependencies
composer install
-
Install Node dependencies
npm install
-
Install Node dependencies
npm run build
-
Start sailing
./vendor/bin/sail up
-
Migrate Database
./vendor/bin/sail artisan migrate
-
Open
http://localhost:80
in your browser
You can open a repl session with Tinker, calling:
./vendor/bin/sail artisan tinker
The Laravel framework is open-sourced software licensed under the MIT license.