===========================================================
- Easy Project Management for Portfolio
- Image Gallery
- Project Categories
- Responsive Design
- User-Friendly Admin Interface
- Publish and Hide Projects
- Upload Image with Cloudinary
- Login social with Github And Google
- Clone the repo and cd into it
- Run
composer install
local dev environment (php version 8.2.12) - Copy
.env.example
file to.env
- Update your
.env
file your password :DB_PASSWORD = YOUR PASSWORD
- Run command
php artisan key:generate
- In your terminal
php artisan serve
- Visit
localhost:8000
or127.0.0.1:8000
in your browser
- Docker
- In project root run: docker-compose up -d.
- Install laravel packages: composer install
- Create .env file Copy .env.example file to .env
- ENV: rename DB_HOST=127.0.0.1 to DB_HOST=mysql and DB_PASSWORD
- Container ssh: docker-compose exec php sh
- Run migrations: php artisan:migrate:fresh --seed.
- Updating ...
Read the documentation of laravel. Read the documentation of Datatable Read the documentation of role permission
Contact me with any questions!
Email: anquoc18092003@gmail.com Facebook: https://www.facebook.com/tranphuocanhquoc2003
Thank You so much for your time !!!