krisanalfa / corgi
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.5.9
- illuminate/cookie: ^5.2
- illuminate/hashing: ^5.2
- illuminate/routing: ^5.2
- laravel/lumen-framework: 5.2.*
- tymon/jwt-auth: ^0.5.9
- vlucas/phpdotenv: ~2.2
Requires (Dev)
- fzaninotto/faker: ~1.4
- symfony/var-dumper: ^3.0
This package is auto-updated.
Last update: 2024-10-29 05:04:39 UTC
README
Corgi is Lumen (v5.2) skeleton app which works well with React.
What's Added
- Google Material Design.
- JWT Authentication (works natively).
- Blade minifier.
- SASS in mind.
- React + JSX.
Quick Try
composer create-project krisanalfa/corgi my-app -vvv
cd my-app
bower install
npm install
gulp
php -S localhost:8000 -t public/
Then open your browser at http://localhost:8000.
To Do
- Application testing in Behat.
- PHPSpec in mind.
- Auto minify blade in production.