Download the PHP package yal/laraveldash without Composer

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

GitHub version GitHub GitHub repo size GitHub issues GitHub Download

Created by getspooky and maintained with ❤️ by an amazing team of developers.

Table of Contents

Introduction

It's never been easier to build and customize admin panels. Yah! yaldash also called laravelDash is a beautifully designed administration panel for Laravel.

Features

Dashboard Template
The design doesn’t just look good though, they are also fully mobile responsive to accommodate users that are accessing your app, software, or website on their smartphones and tablets, no matter what size screen they have.
Settings Manager
The Settings section allows you to update your personal information. This can be anything from your First Name , Email , Country , Password , Address or Image.
Vue2Editor Integration
Your editor for rich text editing built with Vue.js and Quill.js, Simple setup so you can get started quickly , Offers the options you need for more complex scenarios
Cross platform and browser support
Build HTML5 web apps for desktops, tablets and smartphones with touch screen interface which work in all major browsers.
Stripe Checkout
Smart payment page that works seamlessly across devices and is designed to increase your conversion. Payment methods: credit and debit cards, Apple Pay

Documentation

For installation instructions, in-depth usage and deployment details, please take a look at the official documentation.

Requirements

yaldash has a few requirements you should be aware of before installing:

Browser Support

yaldash supports reasonably recent versions of the following browsers:

Usage

🚨 The official guide assumes intermediate level knowledge of PHP.

Minute 1: Create the Laravel application

we assume that you have been able to set up your development environment. There are two ways to install Laravel project

I will be using via composer to create new project

Minute 2: Configuration

Firstly, make sure to create a new database and add your database credentials to your .env file:

Minute 3: Install and Configure yaldash

yaldash is super easy to install. After creating your new Laravel application you can include the yaldash package with the following command:

yaldash will automatically register its service provider if you are using Laravel >=5.5. If you are using yaldash with Laravel 5.3 or 5.4, add yaldash’s service provider in your application’s config/app.php file:

Next, you need to publish the laravelDash configuration file:

Next, you need to publish the laravelDash assets:

Minute 4: Running Migrations and Defining Relationships

Generated migrations are regular Laravel migrations, Run the migrations with:

Or run the LaravelDash command, that provides you with what you need to start using LaravelDash

Database tables are often related to one another. For example, a blog post may have many comments, or an order could be related to the user who placed it. Eloquent makes managing and working with these relationships easy. So, go to App\User.php and add UserRelation

Minute 5:Yah! You’re on yaldash !

To see it, you need to start a web server on your development machine. You can do this by running the following command:php artisan serve and then head to http://localhost:8000/laravel-dash

you can customize to the route you want in the config file (config/laraveldash.php)

Contribute

Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the yaldash community! 💪💜 See CONTRIBUTING.md for more information on what we're looking for and how to get started.

Thanks goes to these wonderful people (emoji key):

Yasser A.Idrissi
Yasser A.Idrissi

💻
Jose Rosado
💻 📖 🤔 👀 ⚠️
أشرف بصرى
أشرف بصرى

💻
Inani El Houssain
💻 📖👀 ⚠️
Michael Millis
Michael Millis

💻 📖👀 ⚠️
Uchinka
Uchinka

💻 📖👀 ⚠️
nikoandpiko
ローマ ニコラス

💻 ⚠️

Security Vulnerabilities

If you discover a security vulnerability within LaravelDash, please send an e-mail to Yasser Ameur El Idrissi via [email protected] . All security vulnerabilities will be promptly addressed.

Changelog

Please see CHANGELOG for more information what has changed recently.

License

The yaldash Library is open-source software licensed under the MIT license.

Screenshot

Happy Coding ❤️

All versions of laraveldash with dependencies

PHP Build Version
Package Version
Requires cartalyst/stripe-laravel Version ^13.1.0
cartalyst/stripe Version ^2.0
nesbot/carbon Version ^1.26.3 || ^2.0
laravel/framework Version ^5.4 || ^5.8 || ^6.0 || ^7.0 || ^8.0
illuminate/support Version ~5.0|^6.0|^7.0|^8.0
mitnick/laravel-security 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 yal/laraveldash contains the following files

Loading the files please wait ....