library laravel-rad
Laravel RAD components
martinpham/laravel-rad
Laravel RAD components
- Thursday, April 19, 2018
- by martinpham
- Repository
- 1 Watchers
- 0 Stars
- 74 Installations
- JavaScript
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Laravel RAD components
- MongoDB/MySQL
- View with helpers
- Controller with helpers
- ACP with Auth, Recaptcha, S3, CRUD example
- API with Auth, JWT, JSON Error handle, Timezone handle
- Auth with Oauth
laravel new App
cd App
composer require martinpham/laravel-rad:dev-master
config/app.php, (*1)
Martinpham\LaravelRAD\LaravelRADServiceProvider::class,
php artisan vendor:publish --force && lc optimize
update .env.rad -> .env, (*2)
php artisan db:seed
npm install -g gulp gulp-concat gulp-uglify gulp-notify gulp-util gulp-minify-css gulp-connect gulp-autoprefixer
npm link gulp gulp-concat gulp-uglify gulp-notify gulp-util gulp-minify-css gulp-connect gulp-autoprefixer