/DP-laravel-dnd

My old dead project of Laravel DnD

Primary LanguageHTML

What is this?

My old dead project of Laravel DnD for CRUD builder.

Want to try it?

Here are the steps:

  1. Follow my Twitter or GitHub
  2. Clone this repo: git clone https://github.com/nauvalazhar/DP-laravel-dnd.git
  3. Change directory: cd DP-laravel-dnd
  4. Install dependencies: composer install
  5. Create the .env file: cp .env.example .env
  6. Setup your database details in the .env file
  7. Run migration: php artisan migrate
  8. Run seeder: php artisan db:seed --class=SetupSeeder
  9. Serve: php artisan serve
  10. Open your browser and type: http://localhost:8000/backend
  11. Login: dev@starterkit.io | 123456
  12. 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 🖐