Mini
Mini is a small Laravel application with 2 modules to go with the book Laravel: The Modular Way
Install
Clone this repo
git clone [email protected]:dcblogdev/mini.git mini
Setup
Rename .env.example to .env
or rename using terminal
mv .env.example .env
Edit the database credentials and save.
Run the migration and seeds in a single action:
php artisan db:build
Run the app:
php artisan serve
Next register a user account by clicking Register on the browser.
Upon registering you will be logged in, no email validation is enforced.
The 2 modules Contacts
and Serials
can be accessed from the sidebar.