LaravelPackages.net
Acme Inc.
Toggle sidebar
pixcafe/starter

The "Starter" package will help you get start with your new Laravel project with a awesome backend template.

65
0
v2.1.0
About pixcafe/starter

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

Laravel Backend Starter Pack

Latest Version on Packagist Total Downloads

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.

Installation

You can install the package via composer

composer require pixcafe/starter

Usage

Step 1: Publish Template Files
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.

Step 2: Add backend route file to your "web.php" file
require __DIR__ .'/backend.php';
Step 3: Add Helper file to your composer.json

in your composer.json file add bellow code inside autoload:

"files": [
    "app/Helper/Helper.php"
] 
Step 4: Dump new file

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!

Credits

License

The MIT License (MIT). Please see License File for more information.

Thank you

Feel free to let us know whwat we should implement more!

Comments