Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belguinan/php-project-template
https://github.com/belguinan/php-project-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/belguinan/php-project-template
- Owner: belguinan
- Created: 2020-02-25T16:52:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T18:24:43.000Z (almost 5 years ago)
- Last Synced: 2024-07-20T18:29:20.112Z (6 months ago)
- Language: PHP
- Size: 22.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## PHP Project template
This is a simple PHP project skeleton that can help you create simple php applications. with no headache,
all needed scripts are pre installed, (Laravel eloquent..., laravel mix for the frontend)### Installing
```
composer install
``````
npm install
``````
npm run watch
```Then enjoy coding.