Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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