Download the PHP package marceloxp/laravel8 without Composer

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

Laravel 9 Boilerplate

Basic site boilerplate start. Version 0.1.4

Install

Clear compose cache (if needs)

Install Site Package

File .env configuration

Configure .env database config and run migration

Framework

Server Requirements

Dev URL

http://local.laravel8.com.br

Plugins

Plugin Address
digitalnature/php-ref https://github.com/digitalnature/php-ref
barryvdh/laravel-debugbar https://github.com/barryvdh/laravel-debugbar
barryvdh/laravel-ide-helper https://github.com/barryvdh/laravel-ide-helper
ezyang/htmlpurifier https://github.com/ezyang/htmlpurifier
summernote/summernote https://github.com/summernote/summernote
technoknol/log-my-queries https://github.com/technoknol/LogMyQueries
semver/semver https://github.com/semver/semver
cknow/laravel-money https://github.com/cknow/laravel-money

Libraries

Local Library Site Description
Global cjsbaseclass.js https://www.npmjs.com/package/cjsbaseclass Base JS class
Admin jquery.SimpleMask.min.js https://github.com/DevUtils/jQuerySimpleMask Jquery SimpleMask
Admin prism.js http://prismjs.com Syntax highlighter

Admin Template

AdminLTE: https://adminlte.io/themes/v3/

Laravel components

https://laravel.com/docs/8.x/blade#rendering-components

Admin Components

Forms

Index list table

Each button Edit and Delete on list table

Console Commands

Custom Classes

Datasite App\Utilities\Datasite

Cached App\Utilities\Cached

MetaSocial App\Utilities\MetaSocial

HttpCurl App\Utilities\HttpCurl

Cep App\Utilities\Cep

Result App\Utilities\Result

RouteLang App\Utilities\RouteLang

Used in /routes/multilanguague.php

Predefined API routes

URL
http://local.laravel8.com.br/api/brasil/states
http://local.laravel8.com.br/api/brasil/cities/rj

vasset

javascript and css

DB

app_version

Cached Headers

developer

Execute dump and die.

lang

Prints variable in current language, defaults to parameter.

string

Custom configs

Config Description
admin.php Menu
brasil.php Estados
cep.php Faixas de CEP por estado
codetrait.php Length of model uniq code
colors.php Bootstrap colors
metasocial.php Headers metatags
money.php Laravel Money
social.php Facebook, Twitter, etc

Automatic Assets

Javascripts and Stylesheets with same route name.

URL Javascript CSS
http://site.com.br/faleconosco /js/faleconosco.js /css/faleconosco.css
http://site.com.br/sobre/empresa /js/sobre_empresa.js /css/sobre_empresa.css

Language (pt-br)

Site pages structure

Logs Folder

Updates

summernote

composer.json

AppServiceProvider.php

Tests

Commands

PHPStan

PHP CS Fixer

New Admin Crud

BrowserSync

Verify Composer packages


All versions of laravel8 with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0.2
cknow/laravel-money Version ^7.0
digitalnature/php-ref Version ^1.3
doctrine/dbal Version ^3.4
fruitcake/laravel-cors Version ^2.0
graham-campbell/markdown Version ^15.0
guzzlehttp/guzzle Version ^7.4
laravel/framework Version ^9.0
laravel/sanctum Version ^2.11
laravel/tinker Version ^2.5
orangehill/iseed Version ^3.0
rap2hpoutre/laravel-log-viewer Version ^2.2
symfony/process Version ^6.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 marceloxp/laravel8 contains the following files

Loading the files please wait ....