library preset
Laravel 5.6.x frontend preset for the Misfits-BE organization
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
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
- Fresh install Laravel 5.6.x and
cd
to your app.
- 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.
- 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
)
npm install
npm run dev
- Configure your favorite database (MySQL, SQLite etc.)
-
php artisan migrate
to create basic user tables.
-
php artisan serve
(or equivalent) to run the server and test the preset
dev-master
9999999-dev
Laravel 5.6.x frontend preset for the Misfits-BE organization
Sources
Download
MIT
The Requires
laravel
preset
misfits
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