Download the PHP package bpocallaghan/titan without Composer

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

Titan

A Laravel Website and Admin Framework for your everyday Websites build in Laravel. This project is the core framework for Laravel Starter. Please check this out for the detailed Features list and more.

Test Driven Development

Preview project here

Titan is nicely packaged for you so that you only have to do the following;

Then you have your Titan Admin Starter project with all the features ready to start your coding.

Installation

Update your project's composer.json file.

It will do the following:

It will do the following:

Installation steps in Detail

This will create the 'core/minimum' tables needed (users table will be altered). You can run php artisan migrate --name=blog to include the migration tables.

This will seed the core tables to get started

Open routes\web.php and uncomment the home route.

Open app\Http\Kernel.php and add the below to the end of $routeMiddleware list.

This is to register the Admin Middlewares

Commands

The publish commands are used to copy the files from titan to your own application for customization. For example, you need to add or change a field in a table or update text or design in blade files.

This will copy all Models, Views and Controllers to your application. This will also copy all routes and RouteServiceProvider to your application.

This will copy all assets (css, js, fonts, images) and webpack.js, package.json to your application.

This will copy all Auth related Models, Views and Controllers to your application.

This will copy all Banner related Models, Views and Controllers to your application.

This will copy the config file of titan to your application. You can change the admin skin (blue, red, green, etc)

This will copy the database/seeds and database/migrations to your application.

This will copy all Events, Listeners, Mails and Notifications to your application.

This will copy all Helpers, and HelperServiceProvider to your application.

This will copy all public (compiled css, js and also fonts and images) to your application.

This will copy all routes, and RouteServiceProvider to your application.

This will copy all Website related files to your application (views, controllers, assets).

Note: If you are not going to run php artisan titan:publish --files=routes, remember to add the routes to your application.

TODO

create new packages for


All versions of titan with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2
google/recaptcha Version ^1.2
guzzlehttp/guzzle Version ^6.3
intervention/image Version ^2.4
bpocallaghan/alert Version ^1.1
bpocallaghan/notify Version ^2.1
bpocallaghan/sluggable Version ^1.2
spatie/laravel-analytics Version ^3.6
bpocallaghan/impersonate 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 bpocallaghan/titan contains the following files

Loading the files please wait ....