Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbthdr/qixclassifiedads
Classified Ads Listing System with Laravel 8.
https://github.com/sbthdr/qixclassifiedads
jetstream-laravel laravel livewire php php-flasher spatie-laravel-permission
Last synced: 28 days ago
JSON representation
Classified Ads Listing System with Laravel 8.
- Host: GitHub
- URL: https://github.com/sbthdr/qixclassifiedads
- Owner: SBTHDR
- Created: 2022-01-27T10:37:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T15:23:25.000Z (about 3 years ago)
- Last Synced: 2024-11-10T07:37:05.613Z (3 months ago)
- Topics: jetstream-laravel, laravel, livewire, php, php-flasher, spatie-laravel-permission
- Language: Blade
- Homepage:
- Size: 515 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qixclassifiedads
## About Repository
Qixclassifiedads - A Basic Classified Ads Listing System built with Laravel 8 where user can post Classified Ads Listing for free.
## Tech
- Laravel 8
- Tailwind CSS
- Livewire
- sweetalert2
- PHPFlasher
- spatie laravel permission v5
- spatie query builder v3## Features
- User Listing CRUD
- Admin Listing CRUD
- Role Permission using spatie laravel permission.
- Filter & Search Listing using spatie query builder.
- Login, Register using jetstream auth.
- Livewire Image Preview.
- Contact Mail.## Installation
- `git clone https://github.com/SBTHDR/qixclassifiedads.git`
- `cd qixclassifiedads/`
- `composer install`
- `cp .env.example .env`
- Update `.env` and set your database credentials
- `php artisan migrate`
- `php artisan db:seed`
- `npm install`
- `npm run dev`
- `php artisan serve`## License
[MIT license](https://opensource.org/licenses/MIT).