uisits / starter
The skeleton application for the Laravel framework.
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 6
Type:project
Requires
- php: ^8.2|^8.3|^8.4
- bezhansalleh/filament-shield: ^3.2
- directorytree/ldaprecord-laravel: ^3.2
- filament/filament: ^3.2
- laravel/framework: ^12.0
- laravel/horizon: ^5.29
- laravel/octane: ^2.3
- laravel/pulse: ^1.0
- laravel/sanctum: ^4.0
- laravel/socialite: ^5.12
- laravel/telescope: ^5.0
- laravel/tinker: ^2.9
- league/flysystem-aws-s3-v3: ^3.0
- shuvroroy/filament-spatie-laravel-health: *
- spatie/cpu-load-health-check: ^1.0
- spatie/laravel-permission: ^6.4
- stechstudio/filament-impersonate: ^3.6
- stephenjude/filament-debugger: ^4.0
- uisits/laravel-oidc: ^1.0
- yajra/laravel-oci8: ^12.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.14
- fakerphp/faker: ^1.23
- laravel-shift/blueprint: ^2.5
- laravel/pail: ^1.1
- laravel/sail: ^1.26
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.1
- pestphp/pest: ^3.6
- pestphp/pest-plugin-laravel: ^3.0
- tightenco/duster: ^3.1
This package is not auto-updated.
Last update: 2025-04-22 21:38:31 UTC
README
This is a template application that provides a starting point for application development using Laravel at UIS ITS.
Stack
- Laravel 11.x
- Filament 3.x
Features
- 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
Setting up for new project.
- 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.