Laravel admin crud project [closed] - php

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 7 years ago.
Improve this question
I'm using laravel and I need solution about admin side. I dont want to reinvent a wheel and i think good Admin panel (crud, cms) is available on laravel.
any suggestion ?

Not popular as others, but give it a try to rapyd-laravel
It's a CRUD package for Laravel 4/5 widgets based (forms, grids, etcetera)
it's a really fast way to implement an crud administration interface in few lines of code:
https://github.com/zofe/rapyd-laravel
http://www.rapyd.com

Haven't used it myself, but this seems to be popular: https://packagist.org/packages/frozennode/administrator
Others I found:
https://packagist.org/packages/shin1x1/laravel-table-admin
https://packagist.org/packages/pingpong/admin
The last 2 seem very new so I suggest checking out the top 1 first.

you can also check out this package
https://github.com/serverfireteam/panel
easy to use and also has a nice design,
this package benefits from
https://github.com/zofe/rapyd-laravel

A new version of PongoCMS is in the making as well: http://pongocms.com/. The current version works on Laravel 3, but PongoCMS v2 is based on Laravel 4.

Related

Reports Codeigniter so hard code [closed]

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 6 years ago.
Improve this question
Right now, I am using CI 3.0 . And for create report like invoice, monthly report sales, I using dompdf which is so spending time to debug coz dompdf not really support JS.
I was wondering a tools like crystal report , drag and drop report. I am not sure that PHP have like that.
I found php-reports, it looks interesting. But I dont know how to integrate it.
Perhaps, someone out there have solution to this PHP Reports, or maybe if you are share how to simplified creating a report in CI.
Thank You
maybe look at; http://www.hkvstore.com/phpreportmaker/
this questions lightly talks about using it; here
CI is great in that you are allowed to break the rules if you want. if its painful working inside the M-V-C approach then bend some rules or look at another method; like writing a library, or have your model generate more than just the dataset and include html ready for your CSS that your view just has to output (rather than parse).

Customer support chat using laravel [closed]

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 6 years ago.
Improve this question
I am working on some laravel project in which i want to provide live chat for customer services. Customer fill some information then chat will be start for example you can see demo https://www.telenor.com.pk/ or http://www.mobilink.com.pk/. There is a lot of other example I think that two is enough for understand what i want. I want some thing like that please suggest me any library or some helping material that can help me
I don't know if I understand you.
I mean if you want to use that kind of service on your laravel project, just simply register at one of live chat providers.
For example: https://www.tawk.to/ (it's free)
Its very easy to install. You will need just to add website in tawk, and put the javascript that you will get in your template.

php DataGrid equivalent [closed]

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 am building CRUD pages for over 20 tables with different schemes
in ASP .NET i just need to use DataGrid and (almost) everything is handled automatically
is their any equivalent for DataGrid in php that will allow user to add, delete and update records in mysql table with out the need to write all the php/SQL codes
phpGrid (www.phpgrid.com) can handle all you CRUD needs. It's a commercial product, but man, it worths every penny. You can also download the free lite version and use it for free.
There are some DataGrids which have php libraries to make crud operations. Some of them are not free. You can take a look at this nice list of selection. http://php-team.blogspot.com/2009/05/10-jquery-datagrid-plugins.html
If you want to generate php code, there are free and commercial software, i advice you to take a look at phpmaker.
You can try DaDaBIK www.dadabik.org.
Disclaimer: I'm the author.

Transition to CakePHP2 [closed]

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
I am familar with CakePHP 1.3 and I would like to learn the novelties in CakePHP2.
I know there is the new cookbook and also the migration guide. Still, I would like something broader than the migration guide without having to read all the cookbook again. I am thinking about something like a series of blog posts, in the spirit of the Django advent.
Is there anything like this around?
At CakeFest this year Mark Story gave a presentation on the changes and they posted it as a video of changes in 2.0. I found this to be a good high-level intro and might fit what you're looking for.
The other presentations from CakeFest 2011 might be useful to you too.
I think the only things you need is 2.0 Migration Guide and New Features in CakePHP 2.0. Other thing is practice.

Open-source PHP Accounting/General Ledger Implementation [closed]

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 7 years ago.
Improve this question
I'm looking for any open-source accounting module that I can include in my Symfony project. I was thinking of writing my own & releasing a plugin, but then I came across 2 solutions:
http://arias.sourceforge.net/
http://frontaccounting.net/
Please answer on the lines of...
Choosing one of the above, your experience, community support
Other alternatives
Thanks a lot!
Here is my take:
- Arias is not being maintained any more, but I didn't invest much energy
- FA on the other hand is very comprehensive; don't go by the name, its a basic ERP. You will love to play-around at the demo link. It uses pure PHP, and no framework. One can take a lot of inspiration from here, and use it readily if the license allows.
Sadly, there is nothing for symfony and I will try to contribute.
I don't know if it's an option to outsource the accounting but if any of the following have APIs then they could possibly solve your problem:
http://billmonk.com
http://buxfer.com
http://mint.com
http://wesabe.com
I believe they let you create arbitrary (sub)accounts and issue IOUs and transfers between the accounts, like for keep track of who owes who what among a group of people.

Categories