Download the PHP package ianlabicani/laravel-blade-starter without Composer

On this page you can find all versions of the php package ianlabicani/laravel-blade-starter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-blade-starter

Laravel Blade Starter Template

A clean and minimal Laravel starter template with Laravel Breeze authentication and RBAC-ready structure for building role-based applications quickly. Perfect for projects that need user authentication, role management, and separate dashboards right out of the box.

Features

Requirements

Installation

Creating a New Project from This Template

You can create a new project using Composer's create-project command:

Manual Installation

  1. Clone the repository:

  2. Run the setup script:

This will automatically:

  1. Configure your .env file with your database credentials:

  2. Run migrations to create database tables:

  3. (Optional) Seed the database with sample data:

Available Scripts

This template includes several useful Composer scripts to streamline your development workflow:

Setup Script

Sets up the entire project from scratch:

Development Script

Starts all development services concurrently:

This uses concurrently to run all three services in one terminal window with color-coded output.

Test Script

Runs the test suite:

Project Structure

Authentication Views

All authentication views are located in resources/views/auth/:

Layout Templates

Role-Based Routing

Models

Usage

Running the Application

Start the development server:

Or manually start services:

Visit http://localhost:8000 in your browser.

Role Management

Users can have roles assigned through the role_user pivot table. The dashboard automatically redirects users based on their role:

Customization

  1. Update branding: Modify the app name in resources/views/public/layout.blade.php
  2. Customize colors: Edit Tailwind classes throughout the views
  3. Add new roles: Create migrations and update the Role model
  4. Extend dashboards: Add new routes and views in respective role folders

Testing

Run the test suite:

Or use Pest directly:

AI-Assisted Development

This project includes comprehensive AI coding assistance to help you develop faster and more efficiently.

Copilot Instructions

Custom GitHub Copilot instructions are provided in .github/copilot-instructions.md to ensure AI suggestions follow the project's patterns and best practices. These instructions cover:

The instructions help AI assistants understand the project context and provide more accurate suggestions aligned with Laravel 12 and this starter's structure.

Laravel Boost MCP

For the best development experience, use Laravel Boost - a Model Context Protocol (MCP) server designed specifically for Laravel applications. Laravel Boost provides:

Installing Laravel Boost

Once installed, Laravel Boost integrates with VS Code's GitHub Copilot and other AI assistants to provide context-aware development support.

Built With

License

This project is open-sourced software licensed under the MIT license.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Credits

Created by Ian Labicani


All versions of laravel-blade-starter with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^12.0
laravel/tinker Version ^2.10.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ianlabicani/laravel-blade-starter contains the following files

Loading the files please wait ...