This project runs with Laravel version 9 and PHP 8.1
Assuming you've already installed on your machine: PHP (>= 8.1.0) Composer, MySQL, Node.js and then you are familiar with Laravel.
# install dependencies
composer install
npm install
# create .env file and generate the application key
cp .env.example .env
php artisan key:generate
# build CSS and JS assets
npm run dev
# or, if you prefer minified files
npm run prodOptional: Generate database tables and seeders
# database migrations
php artisan migrate
# optional: seed the database
php artisan db:seed Then launch the server:
php artisan serveThe Laravel sample project is now up and running! Access it at http://localhost:8000.
- Laravel Sanctum
- Orion
- Laravel Permission
To see the list of modules and functionalities available, FUNCTIONALITIES.md