To run this project, you must have PHP 7 installed as a prerequisite.
Begin by cloning this repository to your machine, and installing all Composer dependencies.
git clone https://github.com/joachimdieterich/laravel-curriculum-adminlte3.git
cd laravel-curriculum-adminlte3 && composer install
composer dump-autoload
npm install
npm run
Next, rename .env.example
to .env
create a new database and reference its name and username/password within the project's .env
file. In the example below, we've named the database, "curriculum."
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=curriculum
DB_USERNAME=root
DB_PASSWORD=root
Migrate
php artisan key:generate
php artisan migrate --seed
php artisan serve
[Laravel documentation] (https://laravel.com/docs/6.x/deployment)
Login:
username: admin@curriculumonline.de password: password