Download the PHP package exceedone/exment without Composer

On this page you can find all versions of the php package exceedone/exment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package exment

Exment

For Japanese(日本語)

こちらのサイトにアクセスしてください。
公式サイト
デモサイト一覧
マニュアル

What is Exment?

Exment is open source software for managing information assets on the Web.
For Web Database, SFA, CRM, Business improvement, ...
Official Site
Manual Demo site
Then please enter
Usercode:admin
Password:adminadmin

Functions

And more and more and more functions....

Operating environment

Server

Support Browser

Screen Shot

List of Data

List of Data

Data Edit

Data Edit

Search

Search

Dashboard

Dashboard

Calendar

Calendar

QuickStart

You need set up LAMP and install composer.

composer create-project "laravel/laravel=10.*" exment
cd exment
composer require exceedone/exment
php artisan vendor:publish --provider="Exceedone\Exment\ExmentServiceProvider"
### Database setting
# Change database setting
# If your database is MySQL, as below
DB_CONNECTION=mysql
# If your database is MariaDB, as below.
DB_CONNECTION=mariadb

DB_HOST=127.0.0.1 #MySQL host name
DB_PORT=3306 #MySQL port no.
DB_DATABASE=homestead #MySQL database name for Exment.
DB_USERNAME=homestead #MySQL user name for Exment.
DB_PASSWORD=secret #MySQL password name for Exment.

### timezone and locale
APP_TIMEZONE=America/Santiago
APP_LOCALE=en
    /**
     * Render an exception into an HTTP response.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Exception  $exception
     * @return \Illuminate\Http\Response
     */
    public function render($request, Exception $exception)
    {
        // Modify
        return \Exment::error($request, $exception, function($request, $exception){
            return parent::render($request, $exception);
        });
    }
php artisan serve

Community

Exment does not currently have a community forum. I am taking advantage of issues. However, we may use some other platform in the future. If you have detailed knowledge, I would be grateful if you could give me a recommendation.
現在、Exmentではコミュニティ・フォーラムを用意していません。issueを活用しています。 ただし、将来的に何か他のプラットフォームを使うかもしれません。詳しい知見をお持ちの方は、推奨を教えてください。

Pull Request

Pull Requests are always welcome. Currently, I'd be happy if you actually implemented the function rather than requesting a new function.
Pull Requestはいつでも大歓迎です。現在は、新しい機能の要望よりも、その機能を実際に実装していただいた方が、嬉しいです。

Other pages

Setup for Develop 日本語
Setup for Test 日本語

issues

Please write issues using English or Japanese. / issuesには英語または日本語で記載してください。

Other repositories


All versions of exment with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2.0
laravel/framework Version ^10.34.0
laravelcollective/html Version ^6.4
laravel/helpers Version ^1.6
laravel/ui Version ^4.2
webpatser/laravel-uuid Version ^4.0
phpoffice/phpspreadsheet Version ^1.23.0
exment-git/spout Version ^4.0
mews/purifier Version ^3.2
myclabs/php-enum Version ^1.6.0
laravel/passport Version ^11.0
laravel/slack-notification-channel Version ^3.0
lcobucci/jwt Version ^5.0
composer/composer Version ^2.0
exceedone/laravel-admin Version ^4.0.0
kylekatarnls/update-helper Version ^1.2
laravel/socialite Version ^5.2
psr/simple-cache Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package exceedone/exment contains the following files

Loading the files please wait ....