Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1 KB

README.md

File metadata and controls

56 lines (38 loc) · 1 KB

School-management

Laravel v9.x Livewire v2.x PHP 8.2

Set-up

    cd project
    cp .env.example .env
    composer install -o
    yarn install || pnpm install
    php artisan migrate
    pnpm fresh --seed
    pnpm run clear
    -------------------
    yarn fresh --seed
    yarn clear
    php artisan key:generate
    php artisan serve & pnpm dev OR yarn dev
  • the default username: admin and password: password for login.

License

The MIT License (MIT). Please see License File for more information.