Download the PHP package susheelbhai/laravel_starter_kit without Composer
On this page you can find all versions of the php package susheelbhai/laravel_starter_kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download susheelbhai/laravel_starter_kit
More information about susheelbhai/laravel_starter_kit
Files in susheelbhai/laravel_starter_kit
Package laravel_starter_kit
Short Description Starter Kit developed for Laravel.
License MIT
Informations about the package laravel_starter_kit
Starter Kit for Laravel Project
Installation
Laravel
Require this package in your composer.json and update composer. This will download the package.
:warning: This package must be installed just after creating new laravel project. Installing in working project may cause overwriting your important files.
composer require susheelbhai/laravel_starter_kit
Configuration
Vendor Publish
Publish all the required files using one of the following command based on your frontend need
For Blade Starter Kit
For React Starter Kit
Publish all the themes using the following command
Initial Settings
Change initial settings by runnung the command
Migrate database
Migrate databse tables and seed with the following commands
Alternatively you can refresh the database and seed with the following commands
Install Other Required Package
Create a build
Make production build
run development environment
Link your storage folder to public folder
Make production build
Installation with single action
create a new folder with the appropriate project name, open terminal and run the following command.
With blade starter kit
With react starter kit
Please uncomment the following lines in app/Providers/AppServiceProvider.php
// $settings = Setting::find(1);
// $important_link = ImportantLink::latest()->get();
// config([
// 'important_links' => $important_link,
// ]);
// if ($settings) {
// config([
// 'app.name' => $settings->app_name,
// 'app.favicon' => $settings->favicon,
// 'app.dark_logo' => $settings->dark_logo,
// 'app.light_logo' => $settings->light_logo,
// 'app.email' => $settings->email,
// 'app.phone' => $settings->phone,
// 'app.facebook' => $settings->facebook,
// 'app.twitter' => $settings->twitter,
// 'app.instagram' => $settings->instagram,
// 'app.linkedin' => $settings->linkedin,
// 'app.youtube' => $settings->youtube,
// 'app.whatsapp' => $settings->whatsapp,
// 'app.address' => $settings->address,
// ]);
// }
License
This Laravel Starter Kit Package is developed by susheelbhai for personal use software licensed under the MIT license