msamgan / brit
The skeleton application for the Laravel framework with modifications.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 3
Language:JavaScript
Type:project
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.2
- inertiajs/inertia-laravel: ^0.6.3
- laravel/framework: ^10.10
- laravel/sanctum: ^3.2
- laravel/tinker: ^2.8
- tightenco/ziggy: ^1.0
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/breeze: ^1.23
- laravel/pint: ^1.0
- laravel/sail: ^1.18
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^7.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- spatie/laravel-ignition: ^2.0
README
The skeleton application for the Laravel framework with modifications. BRIT stands for Breeze, React, Inertia, Tailwind.
Installation
composer create-project msamgan/brit my-app
Usage
cd my-app
npm install
npm run dev
php artisan serve
License
The Laravel framework is open-sourced software licensed under the MIT license.