raza9798 / bootstrap
The skeleton application for the Laravel framework.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.2
- laravel/breeze: ^2.3
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
This package is auto-updated.
Last update: 2025-05-05 17:25:21 UTC
README
A starter template using Laravel 12 with Bootstrap 5.3.5. Perfect for rapid development with clean, responsive UI and basic Laravel setup.
Features
- Laravel 12
- Bootstrap 5.3.5
- Authentication scaffolding
- Responsive layout
- Easy to extend
Getting Started
You can create a new Laravel project using this template with the following command:
laravel new --using=raza9798/bootstrap
What is the name of your project?: > YOUR APP NAME Which testing framework do you prefer? [Pest]: [0] Pest [1] PHPUnit > 1