uisits / starter
The skeleton application for the Laravel framework.
Installs: 42
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 4
Type:project
pkg:composer/uisits/starter
Requires
- php: ^8.4
 - bezhansalleh/filament-shield: ^4.0.0
 - directorytree/ldaprecord-laravel: ^3.2
 - filament/filament: ^4.1
 - laravel/framework: ^12.0
 - laravel/horizon: ^5.29
 - laravel/octane: ^2.3
 - laravel/sanctum: ^4.0
 - laravel/telescope: ^5.0
 - laravel/tinker: ^2.9
 - league/flysystem-aws-s3-v3: ^3.0
 - spatie/laravel-permission: ^6.20
 - stechstudio/filament-impersonate: ^4.0
 - stephenjude/filament-debugger: ^4.0
 - uisits/laravel-oidc: ^2.1
 - yajra/laravel-oci8: ^12.0
 
Requires (Dev)
- fakerphp/faker: ^1.23
 - filament/upgrade: ~4.0
 - 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-11-03 19:54:53 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 
.envfile. - Run 
php artisan migrate - Run 
npm run build - The application should now be live to preview on the browser.