This is where your description should go. Take a look at progress to see a to do list.
Via Composer
Notes: I do not plan to released this to packagist. But that wont's stop us to install via composer!
Add this into your composer.json
"repositories": {
"wikichua/instant": {
"type": "vcs",
"url": "https://github.com/wikichua/instant.git"
}
}
Run in your bash
mysql -uhomestead -p <<_EOF_
CREATE DATABASE *YourDatabase*;
_EOF_
laravel new *YourProject*
Ammend your .env
APP_URL=https://*yourproject.test*
DB_DATABASE=*YourDatabase*
Run in your bash
composer require wikichua/instant
php artisan storage:link
php artisan instant:install
In your app/User.php
class User extends \Wikichua\Instant\Models\User
protected $casts = [
'social' => 'array',
];
Run in your bash
php artisan migrate
npm run dev
In your browser
Access to your https://YourProject.test/admin. Email : [email protected] Password : admin123
https://vcalendar.io/datepicker.html https://github.com/vueform/multiselect https://github.com/davidroyer/vue2-editor