Laravel CRUD cread read update delete
Before run composer update
- Install composer first if you don't have it in your machine
Before run npm install
and npm run build
- Install Node Js first if you don't have it in your machine
- Clone Repo:
git clone https://github.com/seanpaulsesa/tugas-laravel-10.git
- Rename
env
file to.env
- Run
composer update
- Run
php artisan key:generate
- Change
.env
file onDB_DATABASE
to your database name - Check and change
DB_USERNAME
andDB_PASSWORD
to your configuration database - Run
npm install
- Run
npm run build
- Run
php artisan migrate
orphp artisan migrate:refresh
- Run
php artisan db:seed
- Run server using
php artisan serve
Password | Level | |
---|---|---|
[email protected] |
Admin123 | Super Admin |
[email protected] |
Admin123 | Admin |
[email protected] |
Publik123 | Publik |
Laravel CRUD Cread Read Update Delete created by sesa.paulus