Download the PHP package huenisys/stir without Composer
On this page you can find all versions of the php package huenisys/stir. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download huenisys/stir
More information about huenisys/stir
Files in huenisys/stir
Download huenisys/stir
More information about huenisys/stir
Files in huenisys/stir
Vendor huenisys
Package stir
Short Description starter package for Laravel 5.5
License MIT
Package stir
Short Description starter package for Laravel 5.5
License MIT
Keywords laravelinitialization package
Please rate this library. Is it a good library?
Informations about the package stir
huenisys/stir
Bootstrap Laravel 5 with common pages and authentication
Installation
-
add this package:
- $
composer require "huenisys/stir"
- $
composer require guzzlehttp/guzzle
- $
- add app provider:
Stir\StirServiceProvider::class,
- setup a database: $
art vendor:publish --tag=stir-sqlite
- update /.env to use DB_CONNECTION=sqlite, delete all other DB config entries
- do a fresh migration with seeds:
$
php artisan migrate:refresh --seeder=StirSeeder
-
install node deps: $
yarn install
after updating /package.json with below - publish assets: $
php artisan vendor:publish --tag=stir-assets
- replace favicon.ico, robots.txt with your own in the /resources/stir folder
-
update /webpack.mix.js like below
- update public folder: $
npm run dev
or $npm run prod
- remove Laravel's default root route and replace with Stir::authRoutes();
- install laravel passport
Default users
- [email protected], welcome1$
- [email protected], welcome1$
More info
The service provider replaces the guest middleware with 'guest' => \Stir\Http\Middleware\RedirectIfAuthenticated::class, and adds 'admin' => \Stir\Http\Middleware\IsAdmin::class
Author notes
For local dev, add these entries in composer.json
ENV
Composer
- $
composer require guzzlehttp/guzzle
# SparkPost requirement - $
composer require albertcht/invisible-recaptcha
MySQL
using Invisible Recaptcha
-
demo: /multirecaptcha
-
add configs:
-
use validation rule like below:
- add class grecaptcha-form to form tag
- make sure there's a submit button of type=submit
- add below snippet to page
All versions of stir with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
huenisys/stirrer Version ^1.0
illuminate/support Version ^5.5
guzzlehttp/guzzle Version ^6.3
huenisys/stirrer Version ^1.0
illuminate/support Version ^5.5
guzzlehttp/guzzle Version ^6.3
The package huenisys/stir contains the following files
Loading the files please wait ....