JetAdmin has an admin panel, user management, search, and a simple post crud for testing. It should be used as a starter project that you customize to your needs. It gives you a jump start on your projects.
It uses Laravel Jetstream and all it's goodies along with Spatie Media Library.
- Clone, or download to your local environment.
- Copy
.env.example
file to.env
and add your environment variables. - Run
composer install
- Run
php artisan key:generate
- Run
php artisan migrate --seed
- Run
npm install && npm run dev
- Launch app and login using credentials in User Seeder file.
- update post method
- fixing dark styles
- accessibility