Download the PHP package rabol/laravel-setup-local-dev without Composer
On this page you can find all versions of the php package rabol/laravel-setup-local-dev. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rabol/laravel-setup-local-dev
More information about rabol/laravel-setup-local-dev
Files in rabol/laravel-setup-local-dev
Package laravel-setup-local-dev
Short Description This is a simple but handy package that can help you setup your local development environment
License MIT
Homepage https://github.com/rabol/laravel-setup-local-dev
Informations about the package laravel-setup-local-dev
Laravel setup local dev is your little Elf
This is a very simple, but handy package for setting up local Laravel development environment. This package contains commands to do all the trivial steps you normally do when setting up your local Laravel development environment.
setenv
Create a .default_vars.env in the your home directory with the common .env variables that you always set e.g. MAIL_HOST=127.0.0.1 for Homestead based development environments.
It is also possible to specify a specific file to be used by using the --file options.
If you want dynamic vars you can use this:
VAR_NAME=[ASK_FOR_VALUE]
Then you will be prompted to enter a value
commontasks
Create a .default_laravel_local_dev.tasks in your home directory with the common tasks that you normally perfrom on each local environment. e.g.
all
Execute all of the available commands
Installation
You can install the package via composer:
Usage
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email steen@rabol.com instead of using the issue tracker.
Credits
- Steen Rabol
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of laravel-setup-local-dev with dependencies
juliardi/homedir Version ^1.0
illuminate/support Version ^6.0|^7.0|^8.0
symfony/process Version ^5.1|^5.2