Skip to content

LarvataTW/laravel-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Larvata Laravel Stater Kit

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages