mahmoodahmad100 / simple-fleet-management-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started:

  • You do not have a .env file in the project root folder so copy .env.example and save it as .env
  • In .env file update the database info
  • Open the terminal or command prompt and navigate to the project directory and run composer update
  • Generate the application key using php artisan key:generate
  • Generate the JWTAuth secret key using php artisan jwt:secret
  • Clear the config cache by running php artisan config:cache
  • enjoy 😃 !

About


Languages

Language:PHP 87.1%Language:Blade 12.3%Language:Shell 0.5%