vincentnt/contentmanager

Laravel Content Manager for reuse purpose.

dev-master 2019-03-15 08:52 UTC

This package is auto-updated.

Last update: 2024-04-15 20:55:58 UTC


README

Content Manager package for reuse purpose

Edit .env file for database and run command

** Copy file for system

php artisan content-manager

** autoload file

composer dump-autoload

** migrate and seed

php artisan migrate --seed

** run app

php artisan serve

** Hola. Enjoy it!