This package is to be served as a basis for a web application.
- Backend theme Admin LTE
- Css framework Bootstrap 4 beta 2
- Additional icons by Font Awesome and Ionicons
- Forms & Html helpers by laravelcollective/html
- Debugbar by barryvdh/laravel-debugbar
- Curl by ixudra/curl
- Role-based permissions (ACL) provided by zizaco/entrust
- Localized Portuguese Brazil
git clone https://github.com/jomarsilio/AdminLTE.git
$ cp .env.example .env
$ docker-compose build
$ docker-compose up -d
If necessary, you can access the containers via SSH:
$ docker-compose exec web bash
$ docker-compose exec db bash
$ docker-compose run web php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && php composer-setup.php && php -r "unlink('composer-setup.php');"
$ docker-compose run web php composer.phar install
$ docker-compose run web npm install
$ docker-compose run web npm run dev
$ docker-compose run web chmod 0777 storage -R
$ docker-compose run web chmod 0777 bootstrap/cache -R
$ docker-compose run web php artisan key:generate
And then, copy the new key to .env.example
and .env
file.
$ docker-compose run web php artisan migrate --seed
$ docker-compose run web php artisan permission:create