jlxh / laravel
JLXH PHP Framework.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.5.9
- laravel/framework: 5.1.*
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-11-09 20:50:41 UTC
README
JLXH PHP Framework is based on Laravel which is a web application framework with expressive, elegant syntax.
Installation
In order to install JLXH PHP Framework, just clone
$ git clone https://github.com/jlxh/laravel.git
or you can run the composer require
command from your terminal:
$ composer require jlxh/laravel
This framework use laravel-mix to manager assets, which is based on webpack.
Install dependencies:
$ npm install
develepment:
$ npm run dev
open hot modules replacement:
$ npm run hmr
for production:
$ npm run production
Contributing
Thank you for considering contributing to the JLXH PHP Framework! Looking forward to your pull request.
License
The JLXH PHP Framework is open-sourced software licensed under the MIT license