- Version laravel: 6.x
- Project tìm hiểu về laravel ở mức căn bản.
- Các chức năng chính: Thêm, xóa, sửa, validate
- Tìm hiểu route, blade template
- Clone code:
git clone https://github.com/NguyenHiep/learn-laravel.git
- Run:
composer install
- Config database: vào file .env cấu hình thông tin host, database
- Run:
php artisan key:generate
để tạo key php artisan migrate
để tạo bảngphp artisan db:seed
để tạo data mẫuphp artisan vendor:publish --tag=datatables
php artisan vendor:publish --tag=datatables-buttons
sudo chown -R www-data:www-data /var/www/learn-laravel
sudo find /var/www/learn-laravel -type f -exec chmod 644 {} \;
sudo find /var/www/learn-laravel -type d -exec chmod 755 {} \;
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
Truy cập admin: http://domainname/manage
User và password: [email protected]/admin123
Nguyễn Minh Hiệp Website: http://minhhiep.info/
Open source