Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

PR to fix dropdown fields and validation #232

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Forked from dwijitsolutions/laraadmin
I will keep updating this fork with bug fixes, and keep submitting PR's to the main repo, or until I'm granted maintainer privilages to the main repo.

<p align="center">
<img src="http://laraadmin.com/img/laraadmin-256.png">
<h1 align="center" style="margin-top:5px;">LaraAdmin 1.0</h1>
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "dwij/laraadmin",
"description": "LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more",
"name": "chrsc/laraadmin",
"description": "Forked from LaraAdmin to update code, issues/pr have been sitting in github without action.",
"keywords": ["php", "laravel", "crm", "admin", "cms", "administrator"],
"license": "MIT",
"homepage": "http://laraadmin.com",
"homepage": "https://www.enginedigital.com",
"support": {
"issues": "https://github.com/dwijitsolutions/laraadmin/issues",
"source": "https://github.com/dwijitsolutions/laraadmin"
"issues": "https://github.com/chrsc/laraadmin/issues",
"source": "https://github.com/chrsc/laraadmin"
},
"version": "1.0.40",
"version": "1.0.42",
"require": {
"illuminate/support": "5.*",
"laravelcollective/html": "^5.2|^5.1",
Expand All @@ -21,8 +21,8 @@
},
"authors": [
{
"name": "Ganesh Bhosale",
"email": "ganesh@dwij.in"
"name": "Chris Callender",
"email": "chris.callender@enginedigital.com"
}
],
"classmap": [
Expand Down
Loading