Build Status Total Downloads Latest Stable Version License

About Laravel Starter Packs

Laravel Starter Packs are ready to use laravel projects with pre-built admin dashboard with default auth installed to manage users.

Laravel Vuetify and several UI presets of choices

  • Laravel Vuetify
  • Laravel Tailwind

Laravel Vuetify

Laravel Vuetify is a starter pack with vue, vuetify and user management already installed.

Packages used

Usage

  • Clone this package git clone https://github.com/mel-7/laravel-starter-packs.git

  • Run composer install composer install

  • Run the migrations with seeder php artisan migrate:fresh --seed

  • Run npm install npm install

  • Compile the assets npm run watch, npm run dev, or npm run prod

License

The Laravel framework is open-sourced software licensed under the MIT license.