git clone https://github.com/Chronyms/Excalibour.gitausführen- MySQL-Datenbank für das Projekt erstellen
mysql -u root -p, auf Vagrant:mysql -u homestead -psecretcreate database excalibour;\q
- From the projects root run
cp .env.example .env - Configure your
.envfile - Run
composer updatefrom the projects root folder - From the projects root folder run
php artisan key:generate - From the projects root folder run
php artisan migrate - From the projects root folder run
composer dump-autoload - From the projects root folder run
php artisan db:seed
** Note ** In order for Dropzone.js to work you will need to run
yarn
Rebuilding the front end of that project is OPTIONAL and can be done using Laravel Mix which is Elixers replacement.
- From the projects root folder run
yarn - From the projects root folder run
yarn devoryarn production
- You can watch assets with
yarn run watch
- Seeded Roles
- Unverified - Level 0
- User - Level 1
- Administrator - Level 5
- Seeded Permissions
- view.users
- create.users
- edit.users
- delete.users
- Seeded Users
| Password | Access | |
|---|---|---|
| user@user.com | password | User Access |
| admin@admin.com | password | Admin Access |
Laravel-auth is licensed under the MIT license. Enjoy!

