Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emon21/laravel-blog
Blog Project in Laravel && Backend in Admin ltd
https://github.com/emon21/laravel-blog
laravel
Last synced: about 7 hours ago
JSON representation
Blog Project in Laravel && Backend in Admin ltd
- Host: GitHub
- URL: https://github.com/emon21/laravel-blog
- Owner: emon21
- Created: 2022-06-04T03:43:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T04:09:05.000Z (10 months ago)
- Last Synced: 2024-01-17T10:55:00.324Z (10 months ago)
- Topics: laravel
- Language: JavaScript
- Homepage:
- Size: 54.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Blog Development
Blog Development### Key Features
## Project Live Link
no Link
## Setup
```bash
# Clone the repo
git clone [https://github.com/devboyarif/leave-management-system.git](https://github.com/emon21/laravel-blog.git)
# Install composer dependency
composer install
# Install node modules
npm install / yarn
# Copy environment file
cp .env.example .env
# Set the Application key
php artisan key:generate
# setup the database credentials and migrate database with seeders
php artisan migrate --seed
```
## Development Server
Start the development server on http://localhost:8000
```bash
php artisan serve
```
```bash
npm run watch / yarn watch
```