Skip to content

smirltech/cs_saintfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,438 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors