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
Skeleton/ Complete App Starter with Laravel
Developed by herurahmat
composer create-project herurahmat/laraton yourprojectcomposer install.env file from .env.example using command cp .env.example .env then make some configs in .env file (please check Config .env Section)DB_DATABASE is set correctly in .env file then run php artisan migratecomposer dump-autoload first and remove any table(s) in database before execute migrate againadmin with password admin$data=my_dummy_data();
return laraview('my.view',['title'=>'My Title'],$data);
cd you-project-folder
git pull origin master
https://github.com/herurahmat/laraton-doc