Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 529 Bytes

File metadata and controls

32 lines (23 loc) · 529 Bytes

AutoTrader

Stack

This project is based on Laravel, also leveraging Filament, Alpine.js and CSS3.

Setup

  1. Make sure you have set the database credentials (and other relevant data) in the .env file.

  2. Initial Setup:

composer install
npm install

php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan shield:installß
  1. (Optional) Create admin user:
php artisan make:filament-user
  1. Build the assets:
npm run build
  1. Visit /admin to access the administration.