Giter VIP home page Giter VIP logo

krzysiekpiasecki / gentelella Goto Github PK

View Code? Open in Web Editor NEW
99.0 99.0 54.0 32.41 MB

Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!

Home Page: http://gentelella.herokuapp.com

License: MIT License

PHP 3.04% CSS 4.68% JavaScript 7.77% HTML 84.51%
admin admin-dashboard admin-panel admin-template admin-ui backend gentelella gentelella-template php symfony symfony-skeleton-application template theme twitter-bootstrap

gentelella's Introduction

Hi there ๐Ÿ‘‹

gentelella's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gentelella's Issues

When install it, the vendors folder does not exist

After installation (both for composer & git) the vendor folder (./web/assets/vendors) does not exist and this cause the application view to do not reflect the the demo (js, and some css are not working ....) and as I see bower.json file in the root of the project, I try bower install but still without success the bower installation looks like it finish fine but the configured folder in .bowerrc, indeed, the vendor file { "directory" : "web/assets/vendors" } is not created at all.... then I cannot enjoy the app.

Solved: I solve the issue (bad way) by cloning the original Gentelella repository and copy it vendors folder to the location of Symfony app manually...

assets

Bad DB Credentials and no errors

Hi @krzysiekpiasecki ,

I'm beginning using your gentelella symfony ready to use skeleton application...
Thanks a lot again for all the team for your really nice work :).
I installed this repository. I ran doctrine commands, but my credentials were wrong.
No errors occured. Maybe we should try to check if db credentials are ok before running all scripts.

So I got "Database has been created ..." which was a wrong information when I checked the database.

<exec command="php bin/console doctrine:database:create --if-not-exists"/> <echo msg="Database has been created ..." />

Regards,
Ousama.

[Insight] Source code should not contain TODO comments - in web/assets/js/custom.js, line 56

in web/assets/js/custom.js, line 56

TODO comments are left in the code when a feature (or a bug) isn't completely developed (or fixed). You should complete the implementation and remove the comment.


	
	
// Sidebar
function init_sidebar() {
// TODO: This is some kind of easy fix, maybe we can improve this
var setContentHeight = function () {
	// reset height
	$RIGHT_COL.css('min-height', $(window).height());

	var bodyHeight = $BODY.outerHeight(),

Posted from SensioLabsInsight

Not able to have more than one "Button Example"

Hi,

I'm trying to add the functionality of export (csv, Excel & PDF) to my application using your skeleton of DataTables

The trouble is because after copying twice the button example table on file: tables_dinamyc.html.twig it only shows buttons on first table.

Why? Which way is this functionality configured?

image

Building failure on Win

Composer.json include script:

vendor/bin/phing install

On Win machines the proper path is "php vendor\bin\phing install"

[Insight] Symfony applications should not contain a config.php file - in web, line 0

in web

This config.php file should only be used to bootstrap a Symfony application. Before releasing to production, you should remove it, otherwise attackers could get valuable insight about your application.


web/
โ”œโ”€โ”€ app.php
โ”œโ”€โ”€ app_dev.php
โ”œโ”€โ”€ app_heroku.php
โ”œโ”€โ”€ apple-touch-icon.png
โ”œโ”€โ”€ config.php
โ”œโ”€โ”€ favicon.ico
โ””โ”€โ”€ robots.txt

Posted from SensioLabsInsight

v1.2

  • Secure controller
if (!$this->get('templating')->exists(sprintf('gentelella/%s.html.twig', $page))) 

Test failures

After composer update functional tests are failed with a messages like a:

TypeError: Argument 1 passed to FOS\UserBundle\Doctrine\UserListener::__construct() must be an instance of FOS\UserBundle\Util\PasswordUpdaterInterface, instance of appTestProjectContainer given, called in /Users/krzysztek/Documents/Workspaces/php/Gentelella/var/cache/test/appTestProjectContainer.php on line 577

The application still works. Should wait for a stable release of FOSUserBundle?

Scenarios of real-life application

To demonstrate the strength of Symfony, what about developing a real-life application (chat, commerce, erp, etc.) that will handle real data and use the templates pages without sticking to them literaly

No commands defined in the "server" namespace.

After install can't start built in server:
php bin/console server:run 127.0.0.1:8080 --env=prod

[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "server" namespace.

to reproduce just make clean install project on branch master.
Pozdrawiam

responsiveness issue in tables_dynamic page

There is a responsiveness issue at this page

As you can see in the screenshot below, the Datatables widget overflows the main content section
image

To reproduce this issue open this link either in a mobile device or in google chrome and then simulate a mobile device in the inspector (F12)

Security Issue (Heroku)

Hello krzysiekpiasecki,

Your parameters_heroku.yml file has been compromised and your login/pwd are now visible on this this project
to remove it from your history:
https://help.github.com/articles/removing-sensitive-data-from-a-repository/

Change your login/pwd on all your projects...

I recommand you also to use a gitignore file on the root of your Symfony project:
https://github.com/github/gitignore/blob/master/Symfony.gitignore
This will automatically ignore your parameters.yml file, your vendors ...

I also recommand you to plug your open source symfony project to sensioInsight...It's free and help you find all security, performance or quality issue on each commit

https://insight.sensiolabs.com/

Hope this will help you :)

Move admin pages

Move admin pages to location: {server_location}/admin

Example:
http:/127.0.0.1:8000/admin/index

Downgrading phpunit?

Hi, nice work on this repo. I have installed on my machine php 5.5.25 and by default the composer file on the repo doesn't work because phpunit 5.0 requires at least php 5.6. I've changed phpunit version to ^4.8.0 with no errors on composer update/install and on:

php ./vendor/bin/phpunit

Maybe to extend support to php >= 5.5.9 is an option to downgrade phpunit to ^4.8.0?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.