Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ mini Public

Mini is a small Laravel application with 2 modules to go with the book Laravel: The Modular Way

Notifications You must be signed in to change notification settings

dcblogdev/mini

Repository files navigation

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 composer install:

composer install

Generate APP_KEY:

php artisan key:generate

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.

About

Mini is a small Laravel application with 2 modules to go with the book Laravel: The Modular Way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •