There is no license information available for the latest version (v0.9.4) of this package.

Helper package to stub out a Laravel project for local development

v0.9.4 2024-01-10 09:37 UTC

This package is auto-updated.

Last update: 2024-04-10 10:10:59 UTC


README

Stubs out Laravel projects with relevant packages and Docker configuration to skip the setup process and dive right into code. Based upon our commonly used packages and configurations.

This package makes some assumptions:

  1. You have docker installed and understand how to use it
  2. You have dnsmasq configured to route any .test domains to your local machine
  3. You are installing this as a development repository into a fresh laravel project
  4. You have already / will add ~/.mkcert-keys/rootCA.pem to your Keychain or Firefox

If you haven't already created your Laravel project, you should do so using the command below:

composer create-project laravel/laravel example-app

Then you can install and run this package using:

composer require motomedialab/stub --dev

php artisan motomedialab:stub

We also recommend having the below in your /etc/hosts file for easier communication with the Docker containers:

127.0.0.1       mariadb mysql php-fpm mailhog mailpit nginx soketi