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

v0.9.8 2025-04-09 07:27 UTC

This package is auto-updated.

Last update: 2025-05-09 07:43:50 UTC


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:

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.