Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sulaimanbiswas/profile-classified-laravel
https://github.com/sulaimanbiswas/profile-classified-laravel
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sulaimanbiswas/profile-classified-laravel
- Owner: sulaimanbiswas
- Created: 2023-11-11T23:20:17.000Z (about 1 year ago)
- Default Branch: admin
- Last Pushed: 2023-11-13T15:22:25.000Z (about 1 year ago)
- Last Synced: 2024-11-08T19:35:10.180Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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