https://github.com/binbytes/laravelhelper-demo-2
https://github.com/binbytes/laravelhelper-demo-2
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binbytes/laravelhelper-demo-2
- Owner: binbytes
- Created: 2019-05-22T05:29:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:22:29.000Z (about 3 years ago)
- Last Synced: 2025-01-22T16:14:52.050Z (about 1 year ago)
- Language: PHP
- Size: 2.77 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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`