erikprogramador/sales-city-preset is a Laravel package for the default sales city laravel preset.
It currently has 0 GitHub stars and 26 downloads on Packagist.
Install it with composer require erikprogramador/sales-city-preset.
Discover more Laravel packages by erikprogramador
or browse all Laravel packages to compare alternatives.
Last updated
A preset to quick development start based on Erik V. Fernandes experience by developing Sales City.
Using the frontend preset functionality, we include some features that makes the Project start really fast.
This preset contains:
composer require erikprogramador/sales-city-presetphp artisan preset sales-citynpm installnpm run devUpdate your composer file adding those lines on the autoload section on your composer.json file
"files": [ "config/functions.php" ]
Then run composer dump -o
Update your composer file adding those lines on the autoload-dev section on your composer.json file
"files": [ "tests/functions.php" ]
Then run composer dump -o