Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.15 KB

File metadata and controls

54 lines (37 loc) · 1.15 KB

SCOLARITE

This project runs with Laravel version 9 and PHP 8.1

Data Modeling

Getting started

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 prod

Optional: Generate database tables and seeders

# database migrations
php artisan migrate

# optional: seed the database
php artisan db:seed 

Then launch the server:

php artisan serve

The Laravel sample project is now up and running! Access it at http://localhost:8000.

Packages

  • Laravel Sanctum
  • Orion
  • Laravel Permission

Functionnalities

To see the list of modules and functionalities available, FUNCTIONALITIES.md