https://github.com/adel-ezz/acartask
Small Task With Datatables with simple design
https://github.com/adel-ezz/acartask
bootstrap css js laravel php
Last synced: 3 months ago
JSON representation
Small Task With Datatables with simple design
- Host: GitHub
- URL: https://github.com/adel-ezz/acartask
- Owner: adel-ezz
- Created: 2019-03-02T19:57:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T21:15:33.000Z (over 7 years ago)
- Last Synced: 2025-03-29T16:15:12.668Z (over 1 year ago)
- Topics: bootstrap, css, js, laravel, php
- Language: HTML
- Size: 6.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
To open this project correctly please follow this steps:---
1-be sure you setup composer and git in your systems
composer -- > https://getcomposer.org/
git --> https://git-scm.com/
---------------------
2- create empty database with any name
------------------------
3- go to .env file and {
DB_DATABASE=Database name
DB_USERNAME=userName
DB_PASSWORD=password
}
---------------------------
3- after download this project and connect with database
.....make this code in terminal inside path of project in your device
composer install
this code to install all required backages project need (vendor).
---------------------------
4- php artisan migration
--------------------------
5- php artisan db:seed
----------------------
6- php artisan serve
-------------------------
7 -project going to open in special port you see it copy link and got to it in your browser
then ////
------------------------
8- go to route /admin to login
--------------------------
9-
username : test@test.com
password : 123456
--------------------------
Add categories then articles ......
Best Regards
Adel Abou Elezz