cariagency/quicklaravel

Start quickly a Laravel 5 and Bootstrap 4 project with application structure, starter layout, authentication and user management out of the box.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

pkg:composer/cariagency/quicklaravel

dev-master 2019-07-09 14:39 UTC

This package is auto-updated.

Last update: 2025-10-11 02:38:34 UTC


README

Start quickly a Laravel 5 and Bootstrap 4 project with application structure, starter layout, authentication and user management out of the box.

Installation

  • Install the project : composer create-project --stability=dev cariagency/quicklaravel myapp
  • Update .env to fit your needs.
  • Run migrations: php artisan migrate
  • Seed database to create an admin user: php artisan db:seed

That's it !

You can log in using these credentials : admin@my.app // admin.
Remeber to change them ;-)

Screenshots

Home

Login

Register

Reset password

Profile

Manage users