Download the PHP package xmen/starter-kit without Composer

On this page you can find all versions of the php package xmen/starter-kit. 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 starter-kit

Laravel Starter Kit

Latest Version on Packagist Total Downloads

An Starter Kit For Laravel Projects.

Installation

1-Install the package via composer:

2-Publish and run the migrations with:

3-Publish the assets with:

4-Publish the language file with:

5-Add StarterKit trait to User model:

6-Change the home path to dashboard in RouteServiceProvider:

7-Add role middleware to Kernel.php:

You can publish the config file with:

This is the contents of the published config file:

Usage

Create admin user by running install command and then login to dashboard:

Also install laravel/ui if you need login/registration.

Laravel 9 and above:

Laravel 8.x :

Laravel 6.x & 7.x

fix auth pages css

You must add this line to app.layout.blade.php:

Laravel Scout

Some models have been integrated with scout and tntsearch driver, like Post model. You could use power of scout in these models.

If you are installing starter kit in an existing project, you can import models with this command:

For more information see scout document

Javascript

When customizing starterKit, you may use a variety of helpers that are globally available to your JavaScript components. The $,axios,chart,alertify are globally available.

Adding Javascript and css

You could add javascript and css file to dashboard with a name and file path.

Update

After updating to a new StarterKit release, you should be sure to update StarterKit's JavaScript and CSS assets and language file using publish command and clear any cached views with view:clear. This will ensure the newly-updated StarterKit version is using the latest versions.

notes

If you have problem with laravel mix, /vendor/xmen/starter-kit/package-sample.json could help you. BTW don't forget to have got backup form you package.json

Add persian jdate & fix pagination

useage persion date

Then you can use your custom format like this everywhere.

Testing

Translate your language or words

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

Screenshot & Online tutorial (Persian)

License

The MIT License (MIT). Please see License File for more information.


All versions of starter-kit with dependencies

PHP Build Version
Package Version
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 xmen/starter-kit contains the following files

Loading the files please wait ....