Download the PHP package zulfajuniadi/laravel-base without Composer
On this page you can find all versions of the php package zulfajuniadi/laravel-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zulfajuniadi/laravel-base
More information about zulfajuniadi/laravel-base
Files in zulfajuniadi/laravel-base
Download zulfajuniadi/laravel-base
More information about zulfajuniadi/laravel-base
Files in zulfajuniadi/laravel-base
Please rate this library. Is it a good library?
Informations about the package laravel-base
Laravel Base
Quickly scaffold out a fully functional app within seconds. Come on, be lazy.
Features
- Role Based Access Control (RBAC) :- Fully functioning role based access control with permission level granularity.
- Policy & Validation Enforcement :- Set policies and validation rules per each controller route
- Audit Logs :- Changes to models are stored into the database for audit purposes
- Auth Logs :- Login / Logout / Register actions are logged for audit purposes
- Menu Manager :- Fully integrated with RBAC to ensure only privileged users can see and access the links.
- Datatables :- Fully-ajaxified datatables that ensures the best user experience.
- User management :- Full control of you application's users including changing passwords, deactivating, blacklisting and login as user
- Authentication :- Login, Logout, Registration, Forgot Password - your usual stuff for authentication
- Translation :- Easy support for multiple language
- Module based loading :- All routes and resources are loaded via the ServiceProvider. Don't want a module? Remove the service provider.
- Scaffold Generator :- Pure joy from all of the above with just one command
Getting Started
composer create-project zulfajuniadi/laravel-base projectfolder
whereprojectfolder
is the folder you want to create your app.- Create your database
- Change directory to projectfolder
cd projectfolder
php artisan app:install
php artisan migrate --seed
php artisan serve
(This will run a development server on port 8000)
Default username and password: [email protected] / admin
All versions of laravel-base with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
laravel/framework Version 5.1.*
zizaco/entrust Version dev-laravel-5
cviebrock/eloquent-sluggable Version ^3.1
anahkiasen/former Version ^4.0
yajra/laravel-datatables-oracle Version ~5.0
venturecraft/revisionable Version ^1.23
irazasyed/laravel-identicon Version ~1.1
doctrine/dbal Version ^2.5
yetanotherape/diff-match-patch Version ^1.0
laravel/framework Version 5.1.*
zizaco/entrust Version dev-laravel-5
cviebrock/eloquent-sluggable Version ^3.1
anahkiasen/former Version ^4.0
yajra/laravel-datatables-oracle Version ~5.0
venturecraft/revisionable Version ^1.23
irazasyed/laravel-identicon Version ~1.1
doctrine/dbal Version ^2.5
yetanotherape/diff-match-patch Version ^1.0
The package zulfajuniadi/laravel-base contains the following files
Loading the files please wait ....