Study project of a job listing portal developed in Laravel 9, TailwindCSS and AlpineJS
Topics covered in this project
- Setup
- Routing
- Eloquent Models
- Relationships
- Factory and Seeders
- Blade Templates
- Components
- Component Attributes
- CRUD
- Scope Filtering
- File Upload
- Pagination
- Flash Messages
- Validation
- Authentication
- Authorization
- Middleware
- and Much more ...
- Laravel From Scratch 2022 | 4+ Hour Course by Brad Traversy
- Job listings with filtering - Frontend Mentor
Tailwind CSS
yarn add -D tailwindcss postcss autoprefixer
Init Tailwind
yarn tailwindcss init
Tailwind Typography Plugin
yarn add -D @tailwindcss/typography
Tailwind Line Clamp Plugin
yarn add -D @tailwindcss/line-clamp
Clockwork
composer require itsgoingd/clockwork
Add clockwork chrome extension
Publish Pagination vendor in resources
php artisan vendor:publish --tag=laravel-pagination