this package is the core of content management system based on laravel.
This package required laravel auth.
- run
php artisan make:auth
. - run
php artisan migrate
. - move the
User.php
name spaceApp;
intoApp\Http\Models;
. - create default user as admin with id 1 in users table.
- run
composer require webappid/content
. - run
php artisan migrate
one more time. - run
webappid:content:seed
to create default data. This seeder always insert new data only without wipe the old data.
If you have any question about this package, please don't hesitate to drop me an email at dyan.galih@gmail.com
Thanks to everyone to help me build this package.