This starter template is perfect for starting a new laravel project.
This consists of following features :
- Based on bootstrap 4
- Auth Scaffolding
- Email Verification on registration
- Integrated admin panel template
- Noty for notifications on frontend
- Passport Setup for api auth
- VueX setup
- MediaLibrary (Spatie/MediaLibrary) for image and video uploads
- clone this repository:
git clone https://github.com/riteshsingh1/laravel-starter.git
- copy .env.example to .env
cp .env.example .env
- install dependencies
composer install
- genereate encryption key
php artisan key:generate
-
create database and update in .env
-
run migrations
php artisan migrate
- generate keys for passport
php artisan passport:install
- For File Uploads
php artisan storage:link
- run in broswer and enjoy !!!