My old dead project of Laravel DnD for CRUD builder.
Here are the steps:
- Follow my Twitter or GitHub
- Clone this repo:
git clone https://github.com/nauvalazhar/DP-laravel-dnd.git
- Change directory:
cd DP-laravel-dnd
- Install dependencies:
composer install
- Create the
.env
file:cp .env.example .env
- Setup your database details in the
.env
file - Run migration:
php artisan migrate
- Run seeder:
php artisan db:seed --class=SetupSeeder
- Serve:
php artisan serve
- Open your browser and type:
http://localhost:8000/backend
- Login: dev@starterkit.io | 123456
- Happy exploring!
Note: If you find something funny in this project, please be advised. At that time I didn't know about Laravel's best practice. If you want to continue this project, let me know.
Made with 🖐