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

https://github.com/binbytes/laravelhelper-demo-2


https://github.com/binbytes/laravelhelper-demo-2

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Laravel Helper Demo

To Setup this laravel application it will require following step.
- Create .env file
- Composer install
- Run migration
- Install node dependency
- Run npm

#### step-1 Create .env file
Copy .env.example to .env. Set the required environment variables.

#### Step-2 Composer install
Install otherwise Update composer in your app.

`$ composer install`

#### step-3 Run migration
Run migration in your app.

`$ php art migrate`

#### Step-4 Install node dependency
Install node in your app following command:

`$ npm install`

OR

`$ yarn install`

#### Step-5 Run npm
Run node script in your app using following command which will generate assets:

`$ npm run dev`