leoziondev / yt-laravel-job-listings

Laravel PHP framework from scratch by building a job listings application with Laravel 9 and MySQL.

Home Page:https://www.youtube.com/watch?v=MYyJ4PuL4pY&t=4564s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

Job Listing Portal

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 ...

References

Installations

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

Documentation

About

Laravel PHP framework from scratch by building a job listings application with Laravel 9 and MySQL.

https://www.youtube.com/watch?v=MYyJ4PuL4pY&t=4564s


Languages

Language:JavaScript 77.1%Language:PHP 11.7%Language:Blade 6.4%Language:CSS 4.6%Language:Shell 0.1%