During taking class form Laracast, I made this app according to video class : https://laracasts.com/series/build-a-voting-app
- Laravel With Livewire.
- Mailable.
- Notifications.
- Alpine js, Tailwind CSS
- Unit test.
- One page application
- Clone the repo and
cd
into it composer install
- Rename or copy
.env.example
file to.env
php artisan key:generate
- Setup a database and add your database credentials in your
.env
file php artisan migrate
orphp artisan migrate --seed
if you want seed datanpm install
npm run dev
ornpm run watch
php artisan serve
or use Laravel Valet- Visit
localhost:8000
in your browser - To check all
php artisan test