A Simple CRUD application using Laravel + VueJS and admin template with NiceAdmin. To deploy the app, you only need to:
- Migrate the database
php artisan migrate
- Seed database
php artisan db:seed
- Run the app using
php artisan serve
andnpm run dev