2017 © Pedro Peláez
 

library preset

Laravel 5.6.x frontend preset for the Misfits-BE organization

image

misfits/preset

Laravel 5.6.x frontend preset for the Misfits-BE organization

  • Saturday, June 2, 2018
  • by Tjoosten
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel 5.5x Frontend Preset for the Misfits-BE organization, (*1)

Preset for Misfits-BE on a new Laravel 5.6.x project., (*2)

Usage

  1. Fresh install Laravel 5.6.x and cd to your app.
  2. Install this preset via composer require misfits/preset. Laravel 5.6.x and higher will automatically discover this package. No need to register the service provider.
  3. Use php artisan preset misfits for the basic Misfits preset OR use php artisan preset misfits-auth for basic preset, auth route entry and Misfits auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
  4. npm install
  5. npm run dev
  6. Configure your favorite database (MySQL, SQLite etc.)
  7. php artisan migrate to create basic user tables.
  8. php artisan serve (or equivalent) to run the server and test the preset

The Versions

02/06 2018

dev-master

9999999-dev

Laravel 5.6.x frontend preset for the Misfits-BE organization

  Sources   Download

MIT

The Requires

 

laravel preset misfits

24/05 2018

1.0

1.0.0.0

Laravel 5.6.x frontend preset for the Misfits-BE organization

  Sources   Download

MIT

The Requires

 

laravel preset misfits