Skip to content

erikprogramador/sales-city-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

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

About

The default Sales City Laravel preset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published