LaravelPackages.net
Acme Inc.
Toggle sidebar
herurahmat/laraton

The Laravel Skeleton.

12
4
1.0.0
About herurahmat/laraton

herurahmat/laraton is a Laravel package for the laravel skeleton.. It currently has 4 GitHub stars and 12 downloads on Packagist (latest version 1.0.0). Install it with composer require herurahmat/laraton. Discover more Laravel packages by herurahmat or browse all Laravel packages to compare alternatives.

Last updated

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 command cp .env.example .env then make some configs in .env file (please check Config .env Section)
  • Make sure DB_DATABASE is set correctly in .env file then run php 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 password admin
  • Make Controller, php artisan make:controller . Code to call view :
$data=my_dummy_data();
return laraview('my.view',['title'=>'My Title'],$data);
  • In view blade. You not create script for template again. It's Automatically !!
  • Please show app\Helpers for another cheating script !!

How to Update

cd you-project-folder
git pull origin master

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)

Star History Chart