Table of Contents
This project is created to learn and practice inertia; understand why it is created; and explore the power of INERTIA!
This project consists of dashboard and frontend with lots of functionalities. It is also integrated with Spatie Laravel permissions and Nprogress.
Follow these steps to try this out on your localhost.
- Clone the repo
git clone https://github.com/bruzp/laravel-inertia.git
- Run composer install
composer install
- Create .env
cp .env.example .env
- Generate key
php artisan key:generate
- Run npm install
npm install
- Run npm run dev
npm run dev
- Run migration files
php artisan migrate
- Run seeders
php artisan db:seed
- Run on your localhost
php artisan serve
- Run symlinks
php artisan storage:link
Admin
username: super_admin@example.com
password: password
Moderator
username: moderator@example.com
password: password
User
username: user@example.com
password: password