larvata / laravel-starter-kit
The skeleton application for the Laravel framework.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Language:Blade
Type:project
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/octane: ^2.8
- laravel/tinker: ^2.10.1
- spatie/laravel-medialibrary: ^11.12
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
- pestphp/pest: ^3.7
- pestphp/pest-plugin-laravel: ^3.1
README
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
- All-in-one Environment
Laravel is accessible, powerful, and provides tools required for large, robust applications.
How to Use
To create a new Laravel application using the Larvata Laravel Starter Kit, run the following command:
To globally install Laravel using Composer, run the following command:
composer global require laravel/installer
Create Project
laravel new example-app --using=larvata/laravel-starter-kit --phpunit --npm
- --pest : Using pest
- --phpunit : using phpunit
- --npm : After installation, run npm install
Create Development Environment
docker compose -f docker-compose.dev.yml up #docker exec -t "$(basename $(pwd))-web-1" php artisan octane:install --server=swoole #docker exec -t "$(basename $(pwd))-web-1" composer install #docker exec -t "$(basename $(pwd))-web-1" npm install npm
License
The Laravel framework is open-sourced software licensed under the MIT license.