内容简介:A powerful, state of the art, framework for laravel application. Documentation of this Framework,Please send a email to me for bugs, feature suggestions,pull requests,etc... or even hang out :)Note: During migration, if you encounter error showing "Specifi
Welcome to LaraFrame Repo!
A powerful, state of the art, framework for laravel application. Documentation of this Framework, Please visit here
Enable user Role management, use Fe_Roles
Let's collaborate!
Please send a email to me for bugs, feature suggestions,pull requests,etc... or even hang out :) yu0307@gmail.com
This package provides the following features:
- Built-in UI framework for laravel application. Ideal for cloud system, admin control panel, CRM, general back-end interface and more.
- Home page Widget support. Create custom widgets for users to choose at the front end.
- List of stock widgets(weather,calendar,clock,etc) already built-in, instantly available for anyone who visits the home page.
- Widget management. Re-arranging widgets at home page, add/remove widgets and change widget settings all at one place.
- Built-in templates for profile page, user setting page, etc.
- Built-in centralized control panel. Integrated with user management, role management, general settings, etc. Everything is added to the panel automatically.
- Theme support. You can choose between themes like WordPress within the central control panel.
- Extendable Themes. You can create your own theme/designs and apply to the framework. Everything integrates gracefully.
- Revolutionary, BluePrints utility tool. Making building sites as easy as taking a survey.
- Built-in laravel commands for building components. Automatically generates controllers, models, migrations, etc.
- Extensive list of blade directives (forms, buttons,tables,etc) for fast interface development.
- Built-in blade directives for common controls, take away the burden of writing repetitive codes.
- Mobile responsive interface and menu design.
- Built-in notification interface for users to view message/mails.
- Menu Generator with support with icon, label, slug support.
- Clean, elegant and modern design of front-end interface.
Dependencies:
- Composer Visit vendor
- Laravel 5+
- Fe_Login , Fe_Roles
Installation:
- Please make sure composer is installed on your machine. For installation of composer, please visit This Link
- Once composer is installed properly, please make sure Larave is up to date.
-
Navigate to your project root directory
composer require feiron/felaraframe
- This package is going to publish several files to the following path
- config/felaraframe/
- public/feiron/felaraframe/
-
Important!This package is also going to perform several migrations. Please refer to the following changes and make backups of your tables if they are present.
-
Since I can't seem to have package auto publish assets. make sure you run the following command at the end and every updates of this package.
php artisan vendor:publish --provider="feiron\felaraframe\FeLaraFrameServiceProvider" --force php artisan vendor:publish --provider="feiron\fe_login\Fe_LoginServiceProvider" --force php artisan migrate --path="/vendor/feiron/fe_login/src/database/migrations/" php artisan migrate --path="/vendor/feiron/felaraframe/src/database/migrations/" php artisan storage:linkSchema to be Created/Modified: [lf_notes]: id bigint(20) UN AI PK subject varchar(220) notes text notable_id varchar(36) notable_type varchar(50) created_at timestamp updated_at timestamp ------------------------------------------ [user_widget_layout]: id bigint(20) UN AI PK layoutable_id varchar(36) layoutable_type varchar(36) widget_name varchar(225) settings text order int(11) created_at timestamp updated_at timestamp ------------------------------------------ [lf_mail]: id bigint(20) UN AI PK sender int(11) recipient int(11) subject varchar(220) contents text remarks varchar(191) created_at timestamp updated_at timestamp ------------------------------------------ [lf_site_metainfo]: id bigint(20) UN AI PK meta_name varchar(225) meta_value text created_at timestamp updated_at timestamp
Note: During migration, if you encounter error showing "Specified key was too long" This was due to MySQL version being older than 5.7.7, if you don't wish to upgrade MySQL server, consider the following.
Within your AppServiceProvider
``
use Illuminate\Support\Facades\Schema;
/**
* Bootstrap any application services.
*
* @return void
*/
public function boot()
{
Schema::defaultStringLength(191);
}
```
Further reading on this could be found at This Link
Basic Usage:
For details of how to use this framework. Please head over to the WiKi page of this Repo. There are a lot of features packed into this package and I will be updating the WiKi Page frequently, please stay tuned.
Support us:
If you like this project, Please, please, please consider put a Star
I would love for any forms of supports and they are deeply appreciated
Notes:
以上所述就是小编给大家介绍的《Awesome Laravel Framework with dashboard widgets,theme support and more!》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
颠覆式创新:移动互联网时代的生存法则
李善友 / 机械工业出版社 / 2015-3-1
为什么把每件事情都做对了,仍有可能错失城池?为什么无人可敌的领先企业,却在一夜之间虎落平阳?短短三年间诺基亚陨落,摩托罗拉以区区29亿美元出售给联想,芯片业霸主英特尔在移动芯片领域份额几乎为零,风光无限的巨头转眼成为被颠覆的恐龙,默默无闻的小公司一战成名迅速崛起,令人瞠目结舌的现象几乎都能被“颠覆式创新”法则所解释。 颠覆式创新教你在新的商业竞争中“换操作系统”而不是“打补丁”,小公司用破坏......一起来看看 《颠覆式创新:移动互联网时代的生存法则》 这本书的介绍吧!