LaravelPackages.net
Acme Inc.
Toggle sidebar
erikprogramador/sales-city-preset

The default Sales City Laravel preset

26
0
About erikprogramador/sales-city-preset

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

Laravel 5.8+ preset

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:

Instalation

  • Start a laravel project
  • Inside the project folder run composer require erikprogramador/sales-city-preset
  • Then run php artisan preset sales-city
  • Install the frontend dependencies npm install
  • Run npm run dev

Flash notification

Update your composer file adding those lines on the autoload section on your composer.json file

"files": [ "config/functions.php" ]

Then run composer dump -o

PHP Testing

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

Star History Chart