Skip to content

adiyansahcode/laravel-8-starter

Repository files navigation

Laravel 8 Starter

Simple Laravel Project base on Laravel Breeze, Blade ui kit, TailwindCss, & Alpinejs,

laravel   tailwindcss   tailwindcss   tailwindcss  

Function List

  • User Migrate and Seeder
  • User Register & Email Verification
  • User Login
  • User Login With OTP
  • User Forgot Password
  • User Setting Profile
  • User Setting Two-factor Authentication

Installation

  • clone this project
  • Create .env file cp .env.example .env
  • edit config database and mail in .env file
  • Install composer package composer install
  • Install npm package npm install
  • Run laravel Mix npm run dev
  • clean cache, create key and create storage
composer dumpautoload -o
php artisan key:generate
php artisan storage:link
  • run Migration and Seeder php artisan migrate:fresh --seed
  • run server php artisan serve --port=8080
  • done, just try run your project in browser to http://127.0.0.1:8080
  • nginx server is recommended
  • default user login
username : admin
password : admin

About

Laravel 8 Starter Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published