Download the PHP package herurahmat/laraton without Composer
On this page you can find all versions of the php package herurahmat/laraton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download herurahmat/laraton
More information about herurahmat/laraton
Files in herurahmat/laraton
Download herurahmat/laraton
More information about herurahmat/laraton
Files in herurahmat/laraton
Please rate this library. Is it a good library?
Informations about the package laraton
Laraton
Skeleton/ Complete App Starter with Laravel
Developed by herurahmat
Environment
- [x] PHP 7.2.10
- [x] MySQL 8.0.16-Mysql Community
- [x] Laravel 6.2
How to Implement
- Git Clone https://github.com/herurahmat/laraton.git
- Packagist
composer create-project herurahmat/laraton yourproject
- Run
composer install
- Copy
.env
file from.env.example
using commandcp .env.example .env
then make some configs in.env
file (please checkConfig .env
Section) - Make sure
DB_DATABASE
is set correctly in.env
file then runphp artisan migrate
- Run php artisan db:seed
- If migration is failed, please run
composer dump-autoload
first and remove any table(s) in database before execute migrate again - Default admin user is
admin
with passwordadmin
-
Make Controller, php artisan make:controller . Code to call view :
- In view blade. You not create script for template again. It's Automatically !!
- Please show app\Helpers for another cheating script !!
How to Update
Documentation
https://github.com/herurahmat/laraton-doc
Modules
- [x] Login
- [x] Template
- [x] Helper
- [x] Avatar
- [x] Thumbnail Image Upload
- [x] Profile
- [x] User Manager
- [x] Usergroup Manager
- [x] Application Configuration
- [x] Company Configuration
- [x] Logo & Favicon
- [x] Secure (XSS Clean)
All versions of laraton with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
fideloper/proxy Version ^4.0
laravel/framework Version ^6.2
laravel/tinker Version ^1.0
yajra/laravel-datatables-oracle Version ~9.0
fideloper/proxy Version ^4.0
laravel/framework Version ^6.2
laravel/tinker Version ^1.0
yajra/laravel-datatables-oracle Version ~9.0
The package herurahmat/laraton contains the following files
Loading the files please wait ....