Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sulaimanbiswas/profile-classified-laravel


https://github.com/sulaimanbiswas/profile-classified-laravel

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        


Build Status
Total Downloads
Latest Stable Version
License

## Laravel Classified Platform

This is a classified platform I made mostly using Laravel ^8.3

| [Requirements][] | [Install][] |

## Requirements

PHP = ^7.3|^8.0
laravel-ui = ^3.2

## Install

Clone repo

```
git clone https://github.com/sulaimanbiswas/profile-classified-laravel.git
```

Install Composer

[Download Composer](https://getcomposer.org/download/)

composer update/install

```
composer install
```

Install Nodejs

[Download Node.js](https://nodejs.org/en/download/)

NPM dependencies

```
npm install
```

Using Laravel Mix

```
npm run dev
```

```
npm run dev watch
```

Create a server & run

```
php artisan serve
```

[Features]: #features
[Requirements]: #requirements
[Install]: #install