The "Starter" package will help you get start with your new Laravel project with a awesome backend template.
pixcafe/starter is a Laravel package for the "starter" package will help you get start with your new laravel project with a awesome backend template..
It currently has 0 GitHub stars and 65 downloads on Packagist (latest version v2.1.0).
Install it with composer require pixcafe/starter.
Discover more Laravel packages by pixcafe
or browse all Laravel packages to compare alternatives.
Last updated
The "pixcafe-starter" package will help you get start with your new Laravel project with a awesome backend template. Also, the authentication, basic components will be installed.
You can install the package via composer
composer require pixcafe/starter
php artisan vendor:publish --tag=pixcafe-starter --force
Note: It will affect your public directory, so make sure you take backup of your existing files.
require __DIR__ .'/backend.php';
in your composer.json file add bellow code inside autoload:
"files": [
"app/Helper/Helper.php"
]
In your terminal use bellow command to dump the new file
composer dump-autoload
Now visit your site, you'll get new home page and other pages. You're done! Enjoy!
The MIT License (MIT). Please see License File for more information.
Feel free to let us know whwat we should implement more!