Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/belguinan/php-project-template


https://github.com/belguinan/php-project-template

Last synced: about 1 month ago
JSON representation

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.