Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I need a tool like Gii Extension for Laravel but I can't find it.
This extension provides a Web-based code generator, called Gii, for Yii 2 applications. You can use Gii to quickly generate models, forms, modules, CRUD, etc.
Here is some images:
The closest things I can think of when it comes to model and CRUD generators in Laravel would be:
The BackPack suite especially the CRUD package
The InfyOm scaffolding generators
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Does Laravel have any package to integrate Payfort payment gateway? I want to integrate payout/checkout in my Laravel project. I got the reference code but don't know which package will be helpful? For that I have first installed wshurafa/laravel-payfort package but it was not going to import certain models which are mentioned in the reference code and that models are, Start, Start_Charge etc. I have also tried another package called conceptlz/payfort but it also not satisfied my above given reference link's code.
you can use this library
composer require conceptlz/payfort
here is the link for detailed documentation
https://packagist.org/packages/conceptlz/payfort
Conceptlz/Payfort
is good and do the job. I'm using it in my applications when it needed.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have been developing a web site that is kind of an online store and my user needs to access to control the products, stock and other things like that and having a basic CRUD of some of my Models, so I want to install something like GroceryCRUD (called ImageCRUD for Laravel), but the versión in its documentaion needs Laravel 4.2 and I am developing with the most recent version of it (5.4).
In few words, my question is... Is there something like GroceryCRUD for Laravel in this version?.
There's some package that you can install for example :
Read this for more information
https://laravel-news.com/13-laravel-admin-panel-generators
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
A need this https://www.github.com/joni2back/angular-filemanager to my project with yii2.
Does anyone know if there is a extension with these features?
Or how can I adapt this features to Yii2?
Thank you
I always use Yii2 Elfinder file manager. It works pretty well.
I recommend Yii2 ElFinder
You will need to create your own backend connector / bridge.
Then extend the config to set the service urls for each action.
Create the service following this api docs https://github.com/joni2back/angular-filemanager/blob/master/API.md
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Silverstripe has an awesome framework has anybody found any tutorials or examples how to take the framework and make own admin or CMS of your own?
Just don't install the CMS. Setup your routes (routes.yml), controllers (RootURLController and others) and templates (RootURLController.ss etc...), and you're done. The Framework actually comes with the admin side, which you can use for Member/Security management, and ModelAdmin!
http://doc.silverstripe.org/en/developer_guides/controllers/routing/
http://doc.silverstripe.org/en/developer_guides/controllers/introduction/
http://doc.silverstripe.org/en/developer_guides/templates/rendering_templates/
http://doc.silverstripe.org/en/developer_guides/customising_the_admin_interface/modeladmin/
It's not that different. Just remove the cms folder and do your things with the controller.
http://doc.silverstripe.org/en/developer_guides/controllers/introduction/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want to use 3rd party js files in my application. I have little bit knowledge in Yii 1.1.
But I'm very new to Yii 2.0. Now i'm started working on Yii 2.0 advanced.
I tried with Yii official documentation but it's hard to understand.
Can anyone suggest me for Yii 2.0 reference book in simple manner.
Thanks in advance.
A good book for yii2 beginners, based upon the advanced template:
https://leanpub.com/yii2forbeginners/ (290 pages)
If you already have some experience with yii1 or yii2 and like the test driven developement I recommend this book (rewritten 3rd edition of a book which was already published on yii1 in two editions):
https://www.packtpub.com/web-development/web-application-development-yii-2-and-php/