# clone the repo
$ git clone https://github.com/coreui/coreui-free-laravel-admin-template.git my-project
# go into app's directory
$ cd my-project
# install app's dependencies
$ composer install
# install app's dependencies
$ npm install
### Database configuration
Copy file ".env.example", and change its name to ".env".
Then in file ".env" complete this database configuration:
* DB_CONNECTION=mysql
* DB_HOST=127.0.0.1
* DB_PORT=3306
* DB_DATABASE=laravel
* DB_USERNAME=root
* DB_PASSWORD=
### Set APP_URL
> If your project url looks like: example.com/sub-folder
Then go to `my-project/.env`
And modify this line:
* APP_URL =
To make it look like this:
* APP_URL = http://example.com/sub-folder
### Next step
``` bash
# in your app directory
# generate laravel APP_KEY
$ php artisan key:generate
# run database migration and seed
$ php artisan migrate:refresh --seed
# generate mixing
$ npm run dev
# and repeat generate mixing
$ npm run devpaicoretech/summary-presentation
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|