This is a Laravel 11 application using the TALL Stack (Tailwind CSS, Alpine.js, Laravel, Livewire).
This will be a continued work in progress ...
Art Vandelay Industries - Sample App.
- Clone the repository
- Run
composer install
- Run
php artisan migrate:fresh
- Run
php artisan db:seed
- Run
npm install
- Run
npm run dev
As I got tired of logging in after a fresh migration, I updated the Auth Login to automatically login using any credentials. But this application is not intended for security and mostly to show how I like to structure my Laravel applications.
So go ahead and login with any credentials
The Laravel framework is open-sourced software licensed under the MIT license.