Enrollment Module
Necessary files or steps
- Install composer. https://getcomposer.org/download/
- Install wkhtmltopdf. Link: https://wkhtmltopdf.org/downloads.html
Working
- run
composer install
- run
npm install
- adjust the app_key in the env file and generate your own using the
php artisan key:generate
php artisan migrate:fresh --seed
<- for backend
php artisan serve
npm run dev
- optional (will be used for tailwind & alpine JS)
P.S. Make a new branch when fixing or enhancing features