This is a template application that provides a starting point for application development using Laravel at UIS ITS.
- Laravel 11.x
- Filament 3.x
- User and Role management
- Settings
- Laravel Debugbar
- Laravel Telescope
- Laravel Pulse
- Laravel Horizon
- Tighten Duster for liniting.
- Github Actions via Tighten Duster to automatically lint on code push.
- Laravel app health
- From the GitHub home page for the repository click on "Use this template" button to clone and create a new repository.
- Then from the newly created repository clone the project.
- Run
composer install && npm install
- Setup your
.env
file. - Run
php artisan migrate
- Run
npm run build
- The application should now be live to preview on the browser.