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: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.1.3
- barryvdh/laravel-debugbar: ^3.2
- fideloper/proxy: ^4.0
- laravel/framework: 5.8.*
- laravel/tinker: ^1.0
- realripley00/bootstrap-4-form: ^1.1
- spatie/eloquent-sortable: ^3.6
- tightenco/ziggy: ^0.7.1
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.0
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2024-11-11 00:29:23 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 ;-)