Skip to content

Willen-Federation/Laravel-AdminLTE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel-AdminLTE

How to Start

Getting Started

Use on Make

make for-linux-env # Linux environment only
make install

Manually

docker compose build
docker compose up -d
docker compose exec app composer install
docker compose exec app cp .env.example .env
docker compose exec app php artisan key:generate
docker compose exec app php artisan storage:link
docker compose exec app chmod -R 777 storage bootstrap/cache

Boot

docker-compose up -d

http://localhost

Container structures

├── app
├── web
└── db

app container

web container

db container

mailpit container

About

This project is based on ucan-lab/docker-laravel and adminlte. We can use it if you need AdminLTE and Laravel projects.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Generated from ucan-lab/docker-laravel