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.
Informations about the package starter-kit
Laravel Starter Kit
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
fx3costa/laravelchartjs Version ^3
rtconner/laravel-tagging Version ~4.1
spatie/laravel-medialibrary Version ^10
spatie/laravel-permission Version ^5
spatie/laravel-sluggable Version ^3
spatie/laravel-translatable Version ^6.5
te7a-houdini/laravel-trix Version ^2.0.9
teamtnt/laravel-scout-tntsearch-driver Version ^12.0
thiagocordeiro/laravel-translator Version ^1.2