martinpham/laravel-rad

Laravel RAD components

dev-master 2020-11-25 22:21 UTC

This package is not auto-updated.

Last update: 2024-04-11 14:16:45 UTC


README

  • 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

Martinpham\LaravelRAD\LaravelRADServiceProvider::class,
php artisan vendor:publish --force && lc optimize

update .env.rad -> .env

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