Skip to content

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

Notifications You must be signed in to change notification settings

leoziondev/yt-laravel-job-listings

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published