motomedialab / stub
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
Requires
- php: ^8.1
- laravel/framework: ^10.0.0
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:
- You have docker installed and understand how to use it
- You have dnsmasq configured to route any .test domains to your local machine
- You are installing this as a development repository into a fresh laravel project
- 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