hans-thomas / laravel-starter

Predefined structure for laravel projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laravel-starter

laravel-starter is a predefined laravel project scaffold with features such as:

  • Dockerized
    • app
    • horizon
    • websockets
    • scheduler
    • prometheus
    • grafana
    • redis_exporter
    • mysql_exporter
    • web
    • cache
    • db
    • adminer
  • Xdebug
  • Customizable

Usage

To use laravel-starter, Click on Use this template button or just clone the repository. then, run composer create-project laravel/laravel core command in the root directory to install the latest Laravel release.

Notice: make sure the Laravel framework will be installed in the core directory.

Package starter

If you're looking for a package starter, see this.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request ❤️

Support

About

Predefined structure for laravel projects

License:MIT License


Languages

Language:Dockerfile 100.0%