erikprogramador/sales-city-preset

The default Sales City Laravel preset

dev-master 2019-03-08 03:42 UTC

This package is auto-updated.

Last update: 2024-09-08 16:04:50 UTC


README

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