LaravelPackages.net
Acme Inc.
Toggle sidebar
cariagency/quicklaravel

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

7
0
About cariagency/quicklaravel

cariagency/quicklaravel is a Laravel package for start quickly a laravel 5 and bootstrap 4 project with application structure, starter layout, authentication and user management out of the box.. It currently has 0 GitHub stars and 7 downloads on Packagist. Install it with composer require cariagency/quicklaravel. Discover more Laravel packages by cariagency or browse all Laravel packages to compare alternatives.

Last updated

Welcome to QuickLaravel

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 : [email protected] // admin.
Remeber to change them ;-)

Screenshots

Home

Login

Register

Reset password

Profile

Manage users

Comments