uisits / starter
The skeleton application for the Laravel framework.
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 4
Type:project
Requires
- php: ^8.0.2
- adldap2/adldap2-laravel: ^6.1
- arcanedev/log-viewer: ^9.0
- doctrine/dbal: ^2.10
- graylog2/gelf-php: ^1.7
- guzzlehttp/guzzle: ^7.3
- laravel/framework: ^9.19
- laravel/sanctum: ^3.0
- laravel/tinker: ^2.7
- spatie/laravel-permission: ^6.0
- uisits/laravel-oidc: ^9.1
- yajra/laravel-oci8: ^9.0
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.0.1
- laravel/telescope: ^4.17
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.1
- phpunit/phpunit: ^9.5.10
- spatie/laravel-ignition: ^1.0
This package is not auto-updated.
Last update: 2025-03-11 21:14:21 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.