Download the PHP package mahdi-bagheri/blog without Composer

On this page you can find all versions of the php package mahdi-bagheri/blog. 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 blog

# Startpoint **A multilingual blog platform and support system built for the modern web.** [![Laravel](https://img.shields.io/badge/Laravel-13-FF2D20?style=flat-square&logo=laravel&logoColor=white)](https://laravel.com) [![PHP](https://img.shields.io/badge/PHP-8.4-777BB4?style=flat-square&logo=php&logoColor=white)](https://php.net) [![Filament](https://img.shields.io/badge/Filament-5-F59E0B?style=flat-square)](https://filamentphp.com) [![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-4-06B6D4?style=flat-square&logo=tailwindcss&logoColor=white)](https://tailwindcss.com) [![License](https://img.shields.io/badge/License-MIT-22C55E?style=flat-square)](LICENSE) *Publish in Farsi. Reach readers in Arabic. Welcome the world in English.*

What Is Startpoint?

Startpoint is a production-ready, multilingual content platform that combines a full-featured blog engine with a built-in customer support ticketing system. It was designed from the ground up to serve audiences that read right-to-left — Persian and Arabic — while remaining equally polished in left-to-right languages like English.

Unlike generic CMS solutions bolted together from plugins, every layer of Startpoint — routing, UI, admin panel, language switching — was architected as a cohesive whole. You get SEO-friendly localized URLs (/en/posts/..., /ar/posts/...), automatic RTL/LTR layout switching, a cookie-and-database-backed language preference system, and a beautiful Filament 5 admin panel, all without a single line of client-side JavaScript in the public frontend.


Key Features

Content & Publishing

Community & Engagement

Multilingual & RTL-First

Support System

Admin Panel

Developer Experience


Tech Stack

Layer Technology
Framework Laravel 13
Language PHP 8.4
Admin Panel Filament 5
Frontend Blade + Tailwind CSS v4
Build Tool Vite 6
Database MySQL / PostgreSQL
Auth Laravel built-in (sessions)
Queue Sync (upgradeable to Redis)
Cache / Session File (upgradeable to Redis)
Mail SMTP (configurable)
Storage Local / AWS S3

Getting Started

Requirements

Installation

Set Your Default Language

Open config/app.php and set the locale you want as the no-prefix default:

All other enabled languages are accessible via /{locale}/... URLs automatically.

Create an Admin User

Then visit /admin to access the dashboard.


Project Structure


Multilingual Architecture

Startpoint uses a route-group-per-locale strategy. The file routes/public.php is a single shared route definition included once per enabled locale. The default locale group carries no URL prefix; all others get /{locale} prefix and a matching route name prefix.

The lroute('posts.show', $id) helper automatically picks the right named route based on the active locale — no manual locale-checking needed in views.

Language preference is resolved in this order on every request:

  1. URL prefix — explicit, SEO-friendly, takes priority
  2. User database column (users.locale) — persisted for logged-in users
  3. Cookie (locale, 1-year) — persisted for guests
  4. app.locale — the configured default

Roadmap


Contributing

Pull requests are welcome. For major changes, open an issue first to discuss what you'd like to change.


License

MIT — free to use with attribution.


All versions of blog with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
fideloper/proxy Version ~3.3
laravel/framework Version 5.5.*
laravel/tinker Version ~1.0
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 mahdi-bagheri/blog contains the following files

Loading the files please wait ...